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 /utils/iserv | |
parent | aa9dc323fb1b64a0769d5da4ba5defadcb28403c (diff) | |
download | haskell-e687ba83b0506bc800ceb79e6ee8cb0f8ed31ed6.tar.gz |
Bump bytestring submodule to 0.11.1.0
Diffstat (limited to 'utils/iserv')
-rw-r--r-- | utils/iserv/iserv.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/iserv/iserv.cabal.in b/utils/iserv/iserv.cabal.in index 356c8a444a..46a0357a63 100644 --- a/utils/iserv/iserv.cabal.in +++ b/utils/iserv/iserv.cabal.in @@ -36,7 +36,7 @@ Executable iserv Build-Depends: array >= 0.5 && < 0.6, base >= 4 && < 5, binary >= 0.7 && < 0.11, - bytestring >= 0.10 && < 0.11, + bytestring >= 0.10 && < 0.12, containers >= 0.5 && < 0.7, deepseq >= 1.4 && < 1.5, ghci == @ProjectVersionMunged@, |