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 /compiler/ghc.cabal.in | |
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 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 2c057bc3f6..5c9d88f8cc 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, |