diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2020-06-25 11:58:07 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-02 02:55:29 -0400 |
commit | f985333002c1690bf49debcc64fc65ed1d1de244 (patch) | |
tree | cc9181e3896622a813e49651f67ee555795a0fed /ghc | |
parent | 44d6a3352d708785b75aeb616bfc7efff839184e (diff) | |
download | haskell-f985333002c1690bf49debcc64fc65ed1d1de244.tar.gz |
Bump ghc-prim version to 0.7.0
Fixes #18279. Bumps the `text` submodule.
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index 64967c174d..b87d4b7ed9 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -59,7 +59,7 @@ Executable ghc -- NB: this is never built by the bootstrapping GHC+libraries Build-depends: deepseq == 1.4.*, - ghc-prim >= 0.5.0 && < 0.7, + ghc-prim >= 0.5.0 && < 0.8, ghci == @ProjectVersionMunged@, haskeline == 0.8.*, exceptions == 0.10.*, |