diff options
author | Alexandre <alexandrer_b@outlook.com> | 2019-03-28 16:28:42 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-04-01 03:32:28 -0400 |
commit | a3971b4e8cb2f07387fbc165d46cd861a914c193 (patch) | |
tree | 8263f8d0b5cf69d927a6d5a92e00db4b6fd2ba84 /libraries/ghc-compact | |
parent | 33173a51c77d9960d5009576ad9b67b646dfda3c (diff) | |
download | haskell-a3971b4e8cb2f07387fbc165d46cd861a914c193.tar.gz |
Bump ghc-prim's version where needed
Diffstat (limited to 'libraries/ghc-compact')
-rw-r--r-- | libraries/ghc-compact/ghc-compact.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-compact/ghc-compact.cabal b/libraries/ghc-compact/ghc-compact.cabal index 5f231898fb..5bfc549fd8 100644 --- a/libraries/ghc-compact/ghc-compact.cabal +++ b/libraries/ghc-compact/ghc-compact.cabal @@ -36,7 +36,7 @@ library UnboxedTuples CPP - build-depends: ghc-prim == 0.5.3.*, + build-depends: ghc-prim >= 0.5.3 && <= 0.6.1, base >= 4.9.0 && < 4.14, bytestring >= 0.10.6.0 ghc-options: -Wall |