mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 04:01:56 +01:00
bson works with older binary
This commit is contained in:
parent
a9a59da45f
commit
ca0044136f
@ -358,9 +358,6 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
|
|
||||||
addRange "Michael Snoyman" "hashable" "< 1.2"
|
addRange "Michael Snoyman" "hashable" "< 1.2"
|
||||||
|
|
||||||
-- Requires binary 0.7
|
|
||||||
addRange "FP Complete <michael@fpcomplete.com>" "bson" "< 0.2.3"
|
|
||||||
|
|
||||||
-- Version 0.15.3 requires a newer template-haskell
|
-- Version 0.15.3 requires a newer template-haskell
|
||||||
addRange "FP Complete <michael@fpcomplete.com>" "language-ecmascript" "< 0.15.3"
|
addRange "FP Complete <michael@fpcomplete.com>" "language-ecmascript" "< 0.15.3"
|
||||||
|
|
||||||
|
|||||||
21
patching/patches/bson-0.2.3.patch
Normal file
21
patching/patches/bson-0.2.3.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
diff -ru orig/bson.cabal new/bson.cabal
|
||||||
|
--- orig/bson.cabal 2014-02-19 18:55:36.860771700 +0200
|
||||||
|
+++ new/bson.cabal 2014-02-19 18:55:36.000000000 +0200
|
||||||
|
@@ -26,7 +26,7 @@
|
||||||
|
Build-depends: base < 5
|
||||||
|
, time
|
||||||
|
, bytestring
|
||||||
|
- , binary == 0.7.*
|
||||||
|
+ , binary >= 0.5.1.0 && < 0.8
|
||||||
|
, cryptohash
|
||||||
|
, data-binary-ieee754
|
||||||
|
, mtl >= 2
|
||||||
|
@@ -51,7 +51,7 @@
|
||||||
|
, base < 5
|
||||||
|
, time
|
||||||
|
, bytestring
|
||||||
|
- , binary == 0.7.*
|
||||||
|
+ , binary >= 0.5.1.0 && < 0.8
|
||||||
|
, cryptohash
|
||||||
|
, data-binary-ieee754
|
||||||
|
, mtl >= 2
|
||||||
Loading…
Reference in New Issue
Block a user