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, 11 insertions, 0 deletions
diff --git a/devel/hs-atomic-primops/files/patch-atomic-primops.cabal b/devel/hs-atomic-primops/files/patch-atomic-primops.cabal new file mode 100644 index 000000000000..8e6cc6ec8f98 --- /dev/null +++ b/devel/hs-atomic-primops/files/patch-atomic-primops.cabal @@ -0,0 +1,11 @@ +--- 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. |