[commit: ghc] master: Bump binary submodule to 0.8.6.0 (2604d9b)
git at git.haskell.org
git at git.haskell.org
Tue Aug 7 19:55:40 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2604d9b48dfc3fee41082652dc26bf818626e317/ghc
>---------------------------------------------------------------
commit 2604d9b48dfc3fee41082652dc26bf818626e317
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.
>---------------------------------------------------------------
2604d9b48dfc3fee41082652dc26bf818626e317
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 2c057bc..5c9d88f 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.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