[commit: ghc] ghc-8.6: Bump binary submodule to 0.8.6.0 (d092321)

git at git.haskell.org git at git.haskell.org
Tue Aug 7 17:26:22 UTC 2018


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

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

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

commit d0923219fefc16770305169bb37fdb2700194d45
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Aug 6 18:39:35 2018 -0400

    Bump binary submodule to 0.8.6.0
    
    This is actually a decrease in the version number since a bump to 0.10
    wasn't actually necessary.
    
    (cherry picked from commit 960a7d17a79417300ee81e884e867bf3de4e535b)


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

d0923219fefc16770305169bb37fdb2700194d45
 compiler/ghc.cabal.in                | 2 +-
 libraries/binary                     | 2 +-
 libraries/ghc-boot/ghc-boot.cabal.in | 2 +-
 libraries/ghci/ghci.cabal.in         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index bf2d190..01628dc 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.10.*,
+                   binary     == 0.8.*,
                    time       >= 1.4 && < 1.9,
                    containers >= 0.5 && < 0.7,
                    array      >= 0.1 && < 0.6,
diff --git a/libraries/binary b/libraries/binary
index b5a2454..38adf7c 160000
--- a/libraries/binary
+++ b/libraries/binary
@@ -1 +1 @@
-Subproject commit b5a2454e331ba516a14bed77e30f7ef8251eea48
+Subproject commit 38adf7ce1ad6a497fba61de500c3f35b186303a9
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index ca1c19f..0ca9c1e 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.10.*,
+                   binary     == 0.8.*,
                    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 d7f112e..32ce79c 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.10.*,
+        binary           == 0.8.*,
         bytestring       == 0.10.*,
         containers       >= 0.5 && < 0.7,
         deepseq          == 1.4.*,



More information about the ghc-commits mailing list