From e1fd946103fba2b8bfc4f5b3096de4307a7e6f81 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sun, 20 May 2018 19:47:43 -0400 Subject: 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 --- libraries/ghc-compact/ghc-compact.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/ghc-compact') 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 -- cgit v1.2.1