diff options
Diffstat (limited to 'devel/hs-atomic-primops/files/patch-atomic-primops.cabal')
-rw-r--r-- | devel/hs-atomic-primops/files/patch-atomic-primops.cabal | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/hs-atomic-primops/files/patch-atomic-primops.cabal b/devel/hs-atomic-primops/files/patch-atomic-primops.cabal deleted file mode 100644 index 8e6cc6ec8f98..000000000000 --- a/devel/hs-atomic-primops/files/patch-atomic-primops.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- atomic-primops.cabal.orig 2018-03-09 00:46:22 UTC -+++ atomic-primops.cabal -@@ -49,7 +49,7 @@ Library - - -- casMutVar# had a bug in GHC 7.2, thus we require GHC 7.4 or greater - -- (base 4.5 or greater). We also need the "Any" kind. -- build-depends: base >= 4.6.0.0 && < 4.12, ghc-prim, primitive -+ build-depends: base >= 4.6.0.0 && < 4.13, ghc-prim, primitive - - -- TODO: Try to push support back to 7.0, but make it default to an implementation - -- other than Unboxed. |