[Pkg-haskell-commits] darcs: haskell-lifted-base: New upstream version 0.1.0.4.

Clint Adams clint at debian.org
Sat Apr 21 23:39:29 UTC 2012


Sat Apr 21 23:39:24 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.1.0.4.
  Ignore-this: 13c3f81dcf0ad1bfe17830a93afa98fd

    M ./changelog +8
    M ./control -2 +2
    M ./patches/newer-test-framework.diff -1 +1

Sat Apr 21 23:39:24 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 0.1.0.4.
  Ignore-this: 13c3f81dcf0ad1bfe17830a93afa98fd
diff -rN -u old-haskell-lifted-base//changelog new-haskell-lifted-base//changelog
--- old-haskell-lifted-base//changelog	2012-04-21 23:39:29.650455848 +0000
+++ new-haskell-lifted-base//changelog	2012-04-21 23:39:29.654534366 +0000
@@ -1,3 +1,11 @@
+haskell-lifted-base (0.1.0.4-1) unstable; urgency=low
+
+  * New upstream version.
+  * Bump to Standards-Version 3.9.3.
+  * Tweak to build with newer test-framework.  closes: #669463.
+
+ -- Clint Adams <clint at debian.org>  Sat, 21 Apr 2012 19:35:36 -0400
+
 haskell-lifted-base (0.1.0.3-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-haskell-lifted-base//control new-haskell-lifted-base//control
--- old-haskell-lifted-base//control	2012-04-21 23:39:29.621759883 +0000
+++ new-haskell-lifted-base//control	2012-04-21 23:39:29.654534366 +0000
@@ -21,14 +21,14 @@
   , libghc-hunit-dev (>= 1.2.2)
   , libghc-hunit-dev (<< 1.3)
   , libghc-test-framework-dev (>= 0.2.4)
-  , libghc-test-framework-dev (<< 0.6)
+  , libghc-test-framework-dev (<< 0.7)
   , libghc-test-framework-hunit-dev (>= 0.2.4)
   , libghc-test-framework-hunit-dev (<< 0.3)
 Build-Depends-Indep: ghc-doc
   , libghc-base-unicode-symbols-doc
   , libghc-transformers-base-doc
   , libghc-monad-control-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/lifted-base
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-lifted-base
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-lifted-base
diff -rN -u old-haskell-lifted-base//patches/newer-test-framework.diff new-haskell-lifted-base//patches/newer-test-framework.diff
--- old-haskell-lifted-base//patches/newer-test-framework.diff	2012-04-21 23:39:29.621759883 +0000
+++ new-haskell-lifted-base//patches/newer-test-framework.diff	2012-04-21 23:39:29.654534366 +0000
@@ -5,7 +5,7 @@
                 , monad-control        >= 0.3   && < 0.4
                 , HUnit                >= 1.2.2 && < 1.3
 -               , test-framework       >= 0.2.4 && < 0.5
-+               , test-framework       >= 0.2.4 && < 0.6
++               , test-framework       >= 0.2.4 && < 0.7
                 , test-framework-hunit >= 0.2.4 && < 0.3
  
    Include-dirs: include





More information about the Pkg-haskell-commits mailing list