diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-06-16 12:19:31 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-06-27 08:01:03 -0400 |
commit | 0aa0ce69d835e2fef49cbd2d8f344182c07adc63 (patch) | |
tree | 4437f17d45b0dae4c4b3db2c59d4486fcfb20b8e /libraries/ghc-compact | |
parent | 75f0091bc59437c96fc076a31f389735f7302c9a (diff) | |
download | haskell-0aa0ce69d835e2fef49cbd2d8f344182c07adc63.tar.gz |
Bump ghc-prim and base versions
To 0.9.0 and 4.17.0 respectively.
Bumps array, deepseq, directory, filepath, haskeline, hpc, parsec, stm,
terminfo, text, unix, haddock, and hsc2hs submodules.
(cherry picked from commit ba47b95122b7b336ce1cc00896a47b584ad24095)
Diffstat (limited to 'libraries/ghc-compact')
-rw-r--r-- | libraries/ghc-compact/ghc-compact.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/ghc-compact/ghc-compact.cabal b/libraries/ghc-compact/ghc-compact.cabal index 2b84d61c6a..12a5e509b4 100644 --- a/libraries/ghc-compact/ghc-compact.cabal +++ b/libraries/ghc-compact/ghc-compact.cabal @@ -39,8 +39,8 @@ library UnboxedTuples CPP - build-depends: ghc-prim >= 0.5.3 && < 0.9, - base >= 4.9.0 && < 4.17, + build-depends: ghc-prim >= 0.5.3 && < 0.10, + base >= 4.9.0 && < 4.18, bytestring >= 0.10.6.0 && <0.12 ghc-options: -Wall |