diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-07-20 11:27:45 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-07-23 12:01:06 -0400 |
commit | ecc9e9aaaf6e74a0a7f90cfa5700f99e385d0d85 (patch) | |
tree | 43bf257d48f8676fd7c7614d56a019de8f4c3955 /libraries/ghc-compact | |
parent | fb17cc54d86173bf633ed0b598d82ffb1a38c8fd (diff) | |
download | haskell-ecc9e9aaaf6e74a0a7f90cfa5700f99e385d0d85.tar.gz |
ghc-prim: Bump version
(cherry picked from commit 8c5405f63c2de0c445ec171aab63c35786544b9e)
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 829e56c4f1..a021c8fff8 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.0.0, + build-depends: ghc-prim == 0.5.1.0, base >= 4.9.0 && < 4.11, bytestring >= 0.10.6.0 ghc-options: -Wall |