diff options
Diffstat (limited to 'devel/hs-atomic-primops')
-rw-r--r-- | devel/hs-atomic-primops/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-atomic-primops/files/patch-atomic-primops.cabal | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/hs-atomic-primops/Makefile b/devel/hs-atomic-primops/Makefile index c3eed8f9b88a..3b79ae661d7d 100644 --- a/devel/hs-atomic-primops/Makefile +++ b/devel/hs-atomic-primops/Makefile @@ -2,7 +2,7 @@ PORTNAME= atomic-primops PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org 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. |