diff options
Diffstat (limited to 'libraries/ghc-boot')
-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 f986810b6b..d837fc9875 100644 --- a/libraries/ghc-boot/ghc-boot.cabal.in +++ b/libraries/ghc-boot/ghc-boot.cabal.in @@ -54,7 +54,7 @@ Library -- GHC.Version -- GHC.Platform.Host - build-depends: base >= 4.7 && < 4.14, + build-depends: base >= 4.7 && < 4.15, binary == 0.8.*, bytestring == 0.10.*, containers >= 0.5 && < 0.7, |