summaryrefslogtreecommitdiff
path: root/dev-haskell/bits-atomic/files/bits-atomic-0.1.3-ghc-8.patch
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-08-22 09:57:31 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-08-22 10:03:24 +0200
commitd2a6099696c13c571ec84683cd550aea328d908b (patch)
treef2ad62d2849a7e3cbebbd8f0a32e3b6cd4ff57ed /dev-haskell/bits-atomic/files/bits-atomic-0.1.3-ghc-8.patch
parentc2f66264053f24ad3482f17306b8a142005986e1 (diff)
downloadgentoo-d2a6099696c13c571ec84683cd550aea328d908b.tar.gz
gentoo-d2a6099696c13c571ec84683cd550aea328d908b.tar.bz2
gentoo-d2a6099696c13c571ec84683cd550aea328d908b.zip
dev-haskell/bits-atomic: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/bits-atomic/files/bits-atomic-0.1.3-ghc-8.patch')
-rw-r--r--dev-haskell/bits-atomic/files/bits-atomic-0.1.3-ghc-8.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-haskell/bits-atomic/files/bits-atomic-0.1.3-ghc-8.patch b/dev-haskell/bits-atomic/files/bits-atomic-0.1.3-ghc-8.patch
deleted file mode 100644
index eb12edc2d4f3..000000000000
--- a/dev-haskell/bits-atomic/files/bits-atomic-0.1.3-ghc-8.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff --git a/test/test.hs b/test/test.hs
-index 38238b5..c3a99b0 100644
---- a/test/test.hs
-+++ b/test/test.hs
-@@ -35,3 +35,3 @@ testPattern = 0xdeadbeef
-
--type PolyTest = (AtomicBits a, Storable a, Integral a, Bounded a, Show a) => a -> Assertion
-+type PolyTest = forall a . (AtomicBits a, Storable a, Integral a, Bounded a, Show a) => a -> Assertion
-