diff options
Diffstat (limited to 'libraries/ghci')
-rw-r--r-- | libraries/ghci/ghci.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in index 1674a71dd6..d2db85c76b 100644 --- a/libraries/ghci/ghci.cabal.in +++ b/libraries/ghci/ghci.cabal.in @@ -74,7 +74,7 @@ library base >= 4.8 && < 4.17, ghc-prim >= 0.5.0 && < 0.9, binary == 0.8.*, - bytestring == 0.10.*, + bytestring >= 0.10 && < 0.12, containers >= 0.5 && < 0.7, deepseq == 1.4.*, filepath == 1.4.*, |