[Pkg-haskell-commits] darcs: haskelldb: debian/patches/bump-mtl-dependency

Joachim Breitner mail at joachim-breitner.de
Sat May 19 17:19:39 UTC 2012


Sat May 19 17:17:48 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * debian/patches/bump-mtl-dependency 
  Ignore-this: 2b171de64cf350c5135008a761ba1805

    M ./changelog +6
    A ./patches/
    A ./patches/bump-mtl-dependency
    A ./patches/series

Sat May 19 17:17:48 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * debian/patches/bump-mtl-dependency 
  Ignore-this: 2b171de64cf350c5135008a761ba1805
diff -rN -u old-haskelldb//changelog new-haskelldb//changelog
--- old-haskelldb//changelog	2012-05-19 17:19:38.334323769 +0000
+++ new-haskelldb//changelog	2012-05-19 17:19:38.430331046 +0000
@@ -1,3 +1,9 @@
+haskelldb (2.1.1-3) UNRELEASED; urgency=low
+
+  * debian/patches/bump-mtl-dependency 
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 19 May 2012 19:17:39 +0200
+
 haskelldb (2.1.1-2) unstable; urgency=low
 
   * Sourceful upload to rebuild documentation package.
diff -rN -u old-haskelldb//patches/bump-mtl-dependency new-haskelldb//patches/bump-mtl-dependency
--- old-haskelldb//patches/bump-mtl-dependency	1970-01-01 00:00:00.000000000 +0000
+++ new-haskelldb//patches/bump-mtl-dependency	2012-05-19 17:19:38.386323745 +0000
@@ -0,0 +1,14 @@
+Description: Bump mtl dependency
+Author: Joachim Breitner <nomeata at debian.org>
+
+--- haskelldb-2.1.1.orig/haskelldb.cabal
++++ haskelldb-2.1.1/haskelldb.cabal
+@@ -14,7 +14,7 @@ Description: This library allows you to
+ Category: Database
+ 
+ Library
+-  Build-depends: mtl >= 1.1 && < 2.1, 
++  Build-depends: mtl >= 1.1 && < 2.2, 
+                  base >= 3 && < 5, 
+                  pretty >= 1 && < 2, 
+                  old-time >= 1 && < 2, 
diff -rN -u old-haskelldb//patches/series new-haskelldb//patches/series
--- old-haskelldb//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskelldb//patches/series	2012-05-19 17:19:38.386323745 +0000
@@ -0,0 +1 @@
+bump-mtl-dependency





More information about the Pkg-haskell-commits mailing list