diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-16 11:37:20 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-12-16 11:38:47 +0100 |
commit | 3a48e6ef80e4bf3d84814316cace259147f67df2 (patch) | |
tree | d30dc4a29726b16ca076bbc27d439b55e7ebf7e5 /compiler/ghc.cabal.in | |
parent | 50c795c1a4ce021652d682b08579596dc458ccbc (diff) | |
download | haskell-3a48e6ef80e4bf3d84814316cace259147f67df2.tar.gz |
Update binary submodule to binary-0.8 snapshot
This requires tweaking version constraints to allow this new major version
of `binary`.
Starting with binary-0.8, `Binary Version` is de-orphaned into `binary`.
This requires some minor adaptations to remove/hide orphan instances.
/cc @kolmodin
Differential Revision: https://phabricator.haskell.org/D1635
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 f053f79421..8dc4e23efa 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -48,7 +48,7 @@ Library directory >= 1 && < 1.3, process >= 1 && < 1.5, bytestring >= 0.9 && < 0.11, - binary >= 0.7 && < 0.8, + binary == 0.8.*, time < 1.6, containers >= 0.5 && < 0.6, array >= 0.1 && < 0.6, |