bson 0.2.4 patch

This commit is contained in:
Michael Snoyman 2014-03-13 08:25:23 +02:00
parent d95f3d0661
commit 15e0199522
3 changed files with 13 additions and 22 deletions

View File

@ -338,7 +338,7 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
addRange "Michael Snoyman" "ghc-mtl" "< 1.1"
-- local patch
addRange "Michael Snoyman" "bson" "== 0.2.3"
addRange "Michael Snoyman" "bson" "== 0.2.4"
-- Depends on a newer version of happy
addRange "Roman Cheplyaka <roma@ro-che.info>" "pretty-show" "<= 1.6.1"

View File

@ -1,21 +0,0 @@
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

View File

@ -0,0 +1,12 @@
diff -ru orig/bson.cabal new/bson.cabal
--- orig/bson.cabal 2014-03-13 08:24:42.121883180 +0200
+++ new/bson.cabal 2014-03-13 08:24:41.000000000 +0200
@@ -26,7 +26,7 @@
Build-depends: base < 5
, time
, bytestring
- , binary == 0.7.*
+ , binary
, cryptohash
, data-binary-ieee754
, mtl >= 2