summaryrefslogtreecommitdiff
path: root/ghc
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 /ghc
parentaa9dc323fb1b64a0769d5da4ba5defadcb28403c (diff)
downloadhaskell-e687ba83b0506bc800ceb79e6ee8cb0f8ed31ed6.tar.gz
Bump bytestring submodule to 0.11.1.0
Diffstat (limited to 'ghc')
-rw-r--r--ghc/ghc-bin.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index d29f71ab04..047dfd9f3b 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -35,7 +35,7 @@ Executable ghc
Main-Is: Main.hs
Build-Depends: base >= 4 && < 5,
array >= 0.1 && < 0.6,
- bytestring >= 0.9 && < 0.11,
+ bytestring >= 0.9 && < 0.12,
directory >= 1 && < 1.4,
process >= 1 && < 1.7,
filepath >= 1 && < 1.5,