diff options
Diffstat (limited to 'libraries/ghc-boot/ghc-boot.cabal.in')
-rw-r--r-- | libraries/ghc-boot/ghc-boot.cabal.in | 2 |
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, |