[commit: ghc] master: Bump binary submodule (8d04822)

git at git.haskell.org git at git.haskell.org
Fri Aug 3 20:28:44 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8d04822e0ef1d390c3cffb55b1f75638c7a519e7/ghc

>---------------------------------------------------------------

commit 8d04822e0ef1d390c3cffb55b1f75638c7a519e7
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Aug 2 08:29:52 2018 -0400

    Bump binary submodule


>---------------------------------------------------------------

8d04822e0ef1d390c3cffb55b1f75638c7a519e7
 compiler/ghc.cabal.in                | 2 +-
 libraries/binary                     | 2 +-
 libraries/ghc-boot/ghc-boot.cabal.in | 2 +-
 libraries/ghci/ghci.cabal.in         | 2 +-
 libraries/libiserv/libiserv.cabal    | 2 +-
 utils/iserv/iserv.cabal              | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 5c9d88f..2c057bc 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
index ecf48c4..b5a2454 160000
--- a/libraries/binary
+++ b/libraries/binary
@@ -1 +1 @@
-Subproject commit ecf48c4589b927de3ae3fff8455c1c25140df7e9
+Subproject commit b5a2454e331ba516a14bed77e30f7ef8251eea48
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index 0ca9c1e..ca1c19f 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 32ce79c..d7f112e 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 f29875c..196d36c 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 af0e385..0f45c8d 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,



More information about the ghc-commits mailing list