[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-bla=7Ae-markup?=: New upstream version 0.5.1.1.

Clint Adams clint at debian.org
Sat Oct 20 03:07:36 UTC 2012


Sat Oct 20 03:06:54 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.5.1.1.
  Ignore-this: 8ff9ffc9a8509e8f83a3e2b5c1f6ba10

    M ./changelog -2 +7
    M ./control -5 +10
    A ./patches/
    A ./patches/newer-quickcheck.diff
    A ./patches/series

Sat Oct 20 03:06:54 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.5.1.1.
  Ignore-this: 8ff9ffc9a8509e8f83a3e2b5c1f6ba10
diff -rN -u old-haskell-blaze-markup//changelog new-haskell-blaze-markup//changelog
--- old-haskell-blaze-markup//changelog	2012-10-20 03:07:35.703733767 +0000
+++ new-haskell-blaze-markup//changelog	2012-10-20 03:07:35.828240249 +0000
@@ -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 at debian.org>  Sat, 13 Oct 2012 14:07:42 +0200
+  [ Clint Adams ]
+  * New upstream version.
+  * Patch to work with newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org>  Sat, 20 Oct 2012 03:00:17 +0000
 
 haskell-blaze-markup (0.5.1.0-1) unstable; urgency=low
 
diff -rN -u old-haskell-blaze-markup//control new-haskell-blaze-markup//control
--- old-haskell-blaze-markup//control	2012-10-20 03:07:35.459966182 +0000
+++ new-haskell-blaze-markup//control	2012-10-20 03:07:35.828240249 +0000
@@ -15,11 +15,16 @@
  , 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 -rN -u old-haskell-blaze-markup//patches/newer-quickcheck.diff new-haskell-blaze-markup//patches/newer-quickcheck.diff
--- old-haskell-blaze-markup//patches/newer-quickcheck.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blaze-markup//patches/newer-quickcheck.diff	2012-10-20 03:07:35.830430024 +0000
@@ -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 -rN -u old-haskell-blaze-markup//patches/series new-haskell-blaze-markup//patches/series
--- old-haskell-blaze-markup//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-blaze-markup//patches/series	2012-10-20 03:07:35.830430024 +0000
@@ -0,0 +1 @@
+newer-quickcheck.diff





More information about the Pkg-haskell-commits mailing list