diff options
-rw-r--r-- | compiler/ghc.cabal.in | 2 | ||||
m--------- | libraries/binary | 0 | ||||
-rw-r--r-- | libraries/ghc-boot/ghc-boot.cabal.in | 2 | ||||
-rw-r--r-- | libraries/ghci/ghci.cabal.in | 2 | ||||
-rw-r--r-- | libraries/libiserv/libiserv.cabal | 2 | ||||
-rw-r--r-- | utils/iserv/iserv.cabal | 2 |
6 files changed, 5 insertions, 5 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 5c9d88f8cc..2c057bc3f6 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -59,7 +59,7 @@ Library directory >= 1 && < 1.4, process >= 1 && < 1.7, bytestring >= 0.9 && < 0.11, - binary == 0.8.*, + binary == 0.10.*, time >= 1.4 && < 1.9, containers >= 0.5 && < 0.7, array >= 0.1 && < 0.6, diff --git a/libraries/binary b/libraries/binary -Subproject ecf48c4589b927de3ae3fff8455c1c25140df7e +Subproject b5a2454e331ba516a14bed77e30f7ef8251eea4 diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in index 0ca9c1ec73..ca1c19ffeb 100644 --- a/libraries/ghc-boot/ghc-boot.cabal.in +++ b/libraries/ghc-boot/ghc-boot.cabal.in @@ -43,7 +43,7 @@ Library GHC.HandleEncoding build-depends: base >= 4.7 && < 4.13, - binary == 0.8.*, + binary == 0.10.*, bytestring == 0.10.*, directory >= 1.2 && < 1.4, filepath >= 1.3 && < 1.5, diff --git a/libraries/ghci/ghci.cabal.in b/libraries/ghci/ghci.cabal.in index 32ce79c013..d7f112e909 100644 --- a/libraries/ghci/ghci.cabal.in +++ b/libraries/ghci/ghci.cabal.in @@ -70,7 +70,7 @@ library Build-Depends: array == 0.5.*, base >= 4.8 && < 4.13, - binary == 0.8.*, + binary == 0.10.*, bytestring == 0.10.*, containers >= 0.5 && < 0.7, deepseq == 1.4.*, diff --git a/libraries/libiserv/libiserv.cabal b/libraries/libiserv/libiserv.cabal index f29875cd7d..196d36ce68 100644 --- a/libraries/libiserv/libiserv.cabal +++ b/libraries/libiserv/libiserv.cabal @@ -21,7 +21,7 @@ Library Exposed-Modules: Lib , GHCi.Utils Build-Depends: base >= 4 && < 5, - binary >= 0.7 && < 0.9, + binary >= 0.7 && < 0.11, bytestring >= 0.10 && < 0.11, containers >= 0.5 && < 0.7, deepseq >= 1.4 && < 1.5, diff --git a/utils/iserv/iserv.cabal b/utils/iserv/iserv.cabal index af0e385abe..0f45c8d3c3 100644 --- a/utils/iserv/iserv.cabal +++ b/utils/iserv/iserv.cabal @@ -31,7 +31,7 @@ Executable iserv include-dirs: . Build-Depends: array >= 0.5 && < 0.6, base >= 4 && < 5, - binary >= 0.7 && < 0.9, + binary >= 0.7 && < 0.11, bytestring >= 0.10 && < 0.11, containers >= 0.5 && < 0.7, deepseq >= 1.4 && < 1.5, |