From 15e0199522cd155b5c69789a86cdbefd70572f98 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 13 Mar 2014 08:25:23 +0200 Subject: [PATCH] bson 0.2.4 patch --- Stackage/Config.hs | 2 +- patching/patches/bson-0.2.3.patch | 21 --------------------- patching/patches/bson-0.2.4.patch | 12 ++++++++++++ 3 files changed, 13 insertions(+), 22 deletions(-) delete mode 100644 patching/patches/bson-0.2.3.patch create mode 100644 patching/patches/bson-0.2.4.patch diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 6e6b79a3..4e7e0011 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -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 " "pretty-show" "<= 1.6.1" diff --git a/patching/patches/bson-0.2.3.patch b/patching/patches/bson-0.2.3.patch deleted file mode 100644 index 6e8222ad..00000000 --- a/patching/patches/bson-0.2.3.patch +++ /dev/null @@ -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 diff --git a/patching/patches/bson-0.2.4.patch b/patching/patches/bson-0.2.4.patch new file mode 100644 index 00000000..5469a47c --- /dev/null +++ b/patching/patches/bson-0.2.4.patch @@ -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