summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-12-16 11:37:20 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2015-12-16 11:38:47 +0100
commit3a48e6ef80e4bf3d84814316cace259147f67df2 (patch)
treed30dc4a29726b16ca076bbc27d439b55e7ebf7e5 /compiler/ghc.cabal.in
parent50c795c1a4ce021652d682b08579596dc458ccbc (diff)
downloadhaskell-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.in2
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,