diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-12-19 10:59:05 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-03-10 15:55:09 -0500 |
commit | e687ba83b0506bc800ceb79e6ee8cb0f8ed31ed6 (patch) | |
tree | 924f4d2ad0545a8416442b184cf405ca22fe9492 /compiler/ghc.cabal.in | |
parent | aa9dc323fb1b64a0769d5da4ba5defadcb28403c (diff) | |
download | haskell-e687ba83b0506bc800ceb79e6ee8cb0f8ed31ed6.tar.gz |
Bump bytestring submodule to 0.11.1.0
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 148d578130..a020c440e8 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -61,7 +61,7 @@ Library deepseq >= 1.4 && < 1.5, directory >= 1 && < 1.4, process >= 1 && < 1.7, - bytestring >= 0.9 && < 0.11, + bytestring >= 0.9 && < 0.12, binary == 0.8.*, time >= 1.4 && < 1.12, containers >= 0.6.2.1 && < 0.7, |