[commit: ghc] ghc-8.6: Bump binary submodule (e384b96)

git at git.haskell.org git at git.haskell.org
Mon Aug 6 22:25:05 UTC 2018


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

On branch  : ghc-8.6
Link       : http://ghc.haskell.org/trac/ghc/changeset/e384b96dfe61e9b721ffb2da3247eb28d88df619/ghc

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

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

    Bump binary submodule
    
    (cherry picked from commit 3110428dd63a2014fe131cb2abff192570cc89e9)


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

e384b96dfe61e9b721ffb2da3247eb28d88df619
 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 01628dc..bf2d190 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -54,7 +54,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 183e777..fc0a022 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 684da94..6e78317 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