summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-12-19 10:59:05 -0500
committerBen Gamari <ben@smart-cactus.org>2021-03-10 15:55:09 -0500
commite687ba83b0506bc800ceb79e6ee8cb0f8ed31ed6 (patch)
tree924f4d2ad0545a8416442b184cf405ca22fe9492 /libraries/ghc-boot
parentaa9dc323fb1b64a0769d5da4ba5defadcb28403c (diff)
downloadhaskell-e687ba83b0506bc800ceb79e6ee8cb0f8ed31ed6.tar.gz
Bump bytestring submodule to 0.11.1.0
Diffstat (limited to 'libraries/ghc-boot')
-rw-r--r--libraries/ghc-boot/ghc-boot.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index eb6ec3bd76..37a59be090 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -67,7 +67,7 @@ Library
build-depends: base >= 4.7 && < 4.17,
binary == 0.8.*,
- bytestring == 0.10.*,
+ bytestring >= 0.10 && < 0.12,
containers >= 0.5 && < 0.7,
directory >= 1.2 && < 1.4,
filepath >= 1.3 && < 1.5,