mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
bson 0.2.4 patch
This commit is contained in:
parent
d95f3d0661
commit
15e0199522
@ -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"
|
||||
|
||||
@ -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
|
||||
12
patching/patches/bson-0.2.4.patch
Normal file
12
patching/patches/bson-0.2.4.patch
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user