[Pkg-haskell-commits] darcs: haskelldb-hdbc: Patch to extend mtl dependency range

Joachim Breitner mail at joachim-breitner.de
Sat May 26 15:26:03 UTC 2012


Sat May 26 15:20:57 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Patch to extend mtl dependency range 
  Ignore-this: 94ef89a218406cc7ad0218fcde77c3ac

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

Sat May 26 15:20:57 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Patch to extend mtl dependency range 
  Ignore-this: 94ef89a218406cc7ad0218fcde77c3ac
diff -rN -u old-haskelldb-hdbc//changelog new-haskelldb-hdbc//changelog
--- old-haskelldb-hdbc//changelog	2012-05-26 15:26:02.841326088 +0000
+++ new-haskelldb-hdbc//changelog	2012-05-26 15:26:02.941324770 +0000
@@ -1,3 +1,9 @@
+haskelldb-hdbc (2.1.0-4) UNRELEASED; urgency=low
+
+  * Patch to extend mtl dependency range 
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 26 May 2012 17:20:42 +0200
+
 haskelldb-hdbc (2.1.0-3) unstable; urgency=low
 
   * Bump to Standards-Version 3.9.3.
diff -rN -u old-haskelldb-hdbc//patches/extend-mtl-dependency new-haskelldb-hdbc//patches/extend-mtl-dependency
--- old-haskelldb-hdbc//patches/extend-mtl-dependency	1970-01-01 00:00:00.000000000 +0000
+++ new-haskelldb-hdbc//patches/extend-mtl-dependency	2012-05-26 15:26:02.853326728 +0000
@@ -0,0 +1,14 @@
+Description: extend mtl dependency
+Author: Joachim Breitner <nomeata at debian.org>
+
+--- haskelldb-hdbc-2.1.0.orig/haskelldb-hdbc.cabal
++++ haskelldb-hdbc-2.1.0/haskelldb-hdbc.cabal
+@@ -13,7 +13,7 @@ Description: HaskellDB requires this dri
+ Category: Database
+ 
+ Library
+-  Build-depends: mtl >= 1 && < 2.1, haskelldb >= 2 && < 3, HDBC >= 2 && < 3, convertible >= 1.0.1 && < 2
++  Build-depends: mtl >= 1 && < 3, haskelldb >= 2 && < 3, HDBC >= 2 && < 3, convertible >= 1.0.1 && < 2
+   Build-depends: base >= 3 && < 5, containers >= 0.2 && < 1, old-time >= 1 && < 2
+   Extensions: ExistentialQuantification,
+             OverlappingInstances,
diff -rN -u old-haskelldb-hdbc//patches/series new-haskelldb-hdbc//patches/series
--- old-haskelldb-hdbc//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskelldb-hdbc//patches/series	2012-05-26 15:26:02.853326728 +0000
@@ -0,0 +1 @@
+extend-mtl-dependency





More information about the Pkg-haskell-commits mailing list