summaryrefslogtreecommitdiff
path: root/libraries/ghc-heap
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2020-06-25 11:58:07 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-07-02 02:55:29 -0400
commitf985333002c1690bf49debcc64fc65ed1d1de244 (patch)
treecc9181e3896622a813e49651f67ee555795a0fed /libraries/ghc-heap
parent44d6a3352d708785b75aeb616bfc7efff839184e (diff)
downloadhaskell-f985333002c1690bf49debcc64fc65ed1d1de244.tar.gz
Bump ghc-prim version to 0.7.0
Fixes #18279. Bumps the `text` submodule.
Diffstat (limited to 'libraries/ghc-heap')
-rw-r--r--libraries/ghc-heap/ghc-heap.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-heap/ghc-heap.cabal.in b/libraries/ghc-heap/ghc-heap.cabal.in
index b1c4eb94e7..a80d9f7ad3 100644
--- a/libraries/ghc-heap/ghc-heap.cabal.in
+++ b/libraries/ghc-heap/ghc-heap.cabal.in
@@ -23,7 +23,7 @@ library
default-language: Haskell2010
build-depends: base >= 4.9.0 && < 5.0
- , ghc-prim > 0.2 && < 0.7
+ , ghc-prim > 0.2 && < 0.8
, rts == 1.0.*
ghc-options: -Wall