diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-08-06 18:39:35 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-08-07 15:55:08 -0400 |
commit | 2604d9b48dfc3fee41082652dc26bf818626e317 (patch) | |
tree | db1dc9979c636f26e213638f3eca9a85bb7f7e0e /libraries | |
parent | 7d771987c2766bfedc92f5183d6fd571ab508a0e (diff) | |
download | haskell-2604d9b48dfc3fee41082652dc26bf818626e317.tar.gz |
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.
Diffstat (limited to 'libraries')
m--------- | libraries/binary | 0 | ||||
-rw-r--r-- | libraries/ghc-boot/ghc-boot.cabal.in | 2 | ||||
-rw-r--r-- | libraries/ghci/ghci.cabal.in | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/libraries/binary b/libraries/binary -Subproject b5a2454e331ba516a14bed77e30f7ef8251eea4 +Subproject 38adf7ce1ad6a497fba61de500c3f35b186303a diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in index ca1c19ffeb..0ca9c1ec73 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 d7f112e909..32ce79c013 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.*, |