diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2018-05-20 19:47:43 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-05-20 20:43:24 -0400 |
commit | e1fd946103fba2b8bfc4f5b3096de4307a7e6f81 (patch) | |
tree | 705e4dcbb804b1a6aa0204fd9b58da4a9ffaecd7 /libraries/ghc-compact | |
parent | ec22f7ddc81b40a9dbcf140e5cf44730cb776d00 (diff) | |
download | haskell-e1fd946103fba2b8bfc4f5b3096de4307a7e6f81.tar.gz |
ghc-prim: Bump version
unpackClosure#'s behavior and type has changed. This caused a CPP guard
in the new ghc-heap package to fail when bootstrapping with GHC 8.4.
Test Plan: Validate bootstrapping with GHC 8.4
Reviewers: RyanGlScott
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4716
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 6813cd6afe..f5f6f2a3d9 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.2.*, + build-depends: ghc-prim == 0.5.3.*, base >= 4.9.0 && < 4.13, bytestring >= 0.10.6.0 ghc-options: -Wall |