summaryrefslogtreecommitdiff
path: root/p/haskell-blaze-markup
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-10-20 07:06:54 +0400
committerClint Adams <clint@debian.org>2012-10-20 07:06:54 +0400
commitd37b9c75571f1743efa7d2a8c246c79afed65e74 (patch)
tree4e4983bddf9de008e2a4534bdf8a75b450a3e17d /p/haskell-blaze-markup
parentdc6a70bfc482437a9c20814c03ea9281fbfebcf0 (diff)
downloadDHG_packages-d37b9c75571f1743efa7d2a8c246c79afed65e74.tar.gz
haskell-blaze-markup: New upstream version 0.5.1.1.
Diffstat (limited to 'p/haskell-blaze-markup')
-rw-r--r--p/haskell-blaze-markup/debian/changelog9
-rw-r--r--p/haskell-blaze-markup/debian/control15
-rw-r--r--p/haskell-blaze-markup/debian/patches/newer-quickcheck.diff13
-rw-r--r--p/haskell-blaze-markup/debian/patches/series1
4 files changed, 31 insertions, 7 deletions
diff --git a/p/haskell-blaze-markup/debian/changelog b/p/haskell-blaze-markup/debian/changelog
index e7e342a14..0bdc97331 100644
--- a/p/haskell-blaze-markup/debian/changelog
+++ b/p/haskell-blaze-markup/debian/changelog
@@ -1,10 +1,15 @@
-haskell-blaze-markup (0.5.1.0-2) UNRELEASED; urgency=low
+haskell-blaze-markup (0.5.1.1-1) experimental; urgency=low
+ [ Joachim Breitner ]
* Depend on haskell-devscripts 0.8.13 to ensure this packages is built
against experimental
* Bump standards version, no change
- -- Joachim Breitner <nomeata@debian.org> Sat, 13 Oct 2012 14:07:42 +0200
+ [ Clint Adams ]
+ * New upstream version.
+ * Patch to work with newer QuickCheck.
+
+ -- Clint Adams <clint@debian.org> Sat, 20 Oct 2012 03:00:17 +0000
haskell-blaze-markup (0.5.1.0-1) unstable; urgency=low
diff --git a/p/haskell-blaze-markup/debian/control b/p/haskell-blaze-markup/debian/control
index c4d23ad5e..5edc4259b 100644
--- a/p/haskell-blaze-markup/debian/control
+++ b/p/haskell-blaze-markup/debian/control
@@ -15,11 +15,16 @@ Build-Depends: debhelper (>= 7)
, libghc-text-dev (>> 0.10)
, libghc-text-dev (<< 0.12)
, libghc-text-prof
- , libghc-hunit-dev
- , libghc-quickcheck2-dev
- , libghc-test-framework-dev
- , libghc-test-framework-hunit-dev
- , libghc-test-framework-quickcheck2-dev
+ , libghc-hunit-dev (>> 1.2)
+ , libghc-hunit-dev (<< 1.3)
+ , libghc-quickcheck2-dev (>> 2.4)
+ , libghc-quickcheck2-dev (<< 2.6)
+ , libghc-test-framework-dev (>> 0.4)
+ , libghc-test-framework-dev (<< 0.7)
+ , libghc-test-framework-hunit-dev (>> 0.2)
+ , libghc-test-framework-hunit-dev (<< 0.3)
+ , libghc-test-framework-quickcheck2-dev (>> 0.2)
+ , libghc-test-framework-quickcheck2-dev (<< 0.3)
Build-Depends-Indep:
, libghc-blaze-builder-doc
, libghc-text-doc
diff --git a/p/haskell-blaze-markup/debian/patches/newer-quickcheck.diff b/p/haskell-blaze-markup/debian/patches/newer-quickcheck.diff
new file mode 100644
index 000000000..e66ad6dd7
--- /dev/null
+++ b/p/haskell-blaze-markup/debian/patches/newer-quickcheck.diff
@@ -0,0 +1,13 @@
+Index: blaze-markup-0.5.1.1/blaze-markup.cabal
+===================================================================
+--- blaze-markup-0.5.1.1.orig/blaze-markup.cabal 2012-09-15 11:59:21.000000000 +0000
++++ blaze-markup-0.5.1.1/blaze-markup.cabal 2012-10-20 03:03:12.238024210 +0000
+@@ -48,7 +48,7 @@
+
+ Build-depends:
+ HUnit >= 1.2 && < 1.3,
+- QuickCheck >= 2.4 && < 2.5,
++ QuickCheck >= 2.4 && < 2.6,
+ containers >= 0.3 && < 0.6,
+ test-framework >= 0.4 && < 0.7,
+ test-framework-hunit >= 0.2 && < 0.3,
diff --git a/p/haskell-blaze-markup/debian/patches/series b/p/haskell-blaze-markup/debian/patches/series
new file mode 100644
index 000000000..4ce6af982
--- /dev/null
+++ b/p/haskell-blaze-markup/debian/patches/series
@@ -0,0 +1 @@
+newer-quickcheck.diff