[Pkg-haskell-commits] darcs: haskelldb-hdbc-sqlite3: Extend mtl dependency

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


Sat May 26 15:24:37 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Extend mtl dependency 
  Ignore-this: a97937d2920e9a2b809c1818fb70e768

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

Sat May 26 15:24:37 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Extend mtl dependency 
  Ignore-this: a97937d2920e9a2b809c1818fb70e768
diff -rN -u old-haskelldb-hdbc-sqlite3//changelog new-haskelldb-hdbc-sqlite3//changelog
--- old-haskelldb-hdbc-sqlite3//changelog	2012-05-26 15:27:58.152863793 +0000
+++ new-haskelldb-hdbc-sqlite3//changelog	2012-05-26 15:27:58.156832209 +0000
@@ -1,3 +1,9 @@
+haskelldb-hdbc-sqlite3 (2.1.0-3) UNRELEASED; urgency=low
+
+  * Extend mtl dependency 
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 26 May 2012 17:24:01 +0200
+
 haskelldb-hdbc-sqlite3 (2.1.0-2) unstable; urgency=low
 
   * Sourceful upload to rebuild documentation package
diff -rN -u old-haskelldb-hdbc-sqlite3//control new-haskelldb-hdbc-sqlite3//control
--- old-haskelldb-hdbc-sqlite3//control	2012-05-26 15:27:58.148829996 +0000
+++ new-haskelldb-hdbc-sqlite3//control	2012-05-26 15:27:58.156832209 +0000
@@ -11,19 +11,20 @@
   , ghc-doc 
   , libghc-haskelldb-dev (>= 0.12)
   , libghc-haskelldb-prof
-  , haskell-haskelldb-doc
+  , libghc-haskelldb-doc
   , libghc-haskelldb-hdbc-dev (>= 0.12)
   , libghc-haskelldb-hdbc-prof
   , libghc-haskelldb-hdbc-doc
   , libghc-hdbc-dev (>= 2.0.0)
   , libghc-hdbc-dev (<< 3)
   , libghc-hdbc-prof
-  , haskell-hdbc-doc
+  , libghc-hdbc-doc
   , libghc-hdbc-sqlite3-dev (>= 2.0.0)
   , libghc-hdbc-sqlite3-dev (<< 3)
   , libghc-hdbc-sqlite3-prof
   , libghc-hdbc-sqlite3-doc
-  , libghc-mtl-dev
+  , libghc-mtl-dev (>= 1)
+  , libghc-mtl-dev (<< 3)
   , libghc-mtl-prof
   , libghc-mtl-doc
 Standards-Version: 3.9.2
diff -rN -u old-haskelldb-hdbc-sqlite3//patches/extend-mtl-dependency new-haskelldb-hdbc-sqlite3//patches/extend-mtl-dependency
--- old-haskelldb-hdbc-sqlite3//patches/extend-mtl-dependency	1970-01-01 00:00:00.000000000 +0000
+++ new-haskelldb-hdbc-sqlite3//patches/extend-mtl-dependency	2012-05-26 15:27:58.160828030 +0000
@@ -0,0 +1,14 @@
+Description: Extend mtl dependency
+Author: Joachim Breitner <nomeata at debian.org>
+
+--- haskelldb-hdbc-sqlite3-2.1.0.orig/haskelldb-hdbc-sqlite3.cabal
++++ haskelldb-hdbc-sqlite3-2.1.0/haskelldb-hdbc-sqlite3.cabal
+@@ -14,7 +14,7 @@ Category: Database
+ 
+ Library
+   Build-depends: 
+-    mtl >= 1 && < 2.1, 
++    mtl >= 1 && < 3, 
+     haskelldb >= 2 && < 3,
+     haskelldb-hdbc >= 2 && < 3,
+     HDBC >= 2 && < 3, HDBC-sqlite3 >= 2 && < 3,
diff -rN -u old-haskelldb-hdbc-sqlite3//patches/series new-haskelldb-hdbc-sqlite3//patches/series
--- old-haskelldb-hdbc-sqlite3//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskelldb-hdbc-sqlite3//patches/series	2012-05-26 15:27:58.160828030 +0000
@@ -0,0 +1 @@
+extend-mtl-dependency





More information about the Pkg-haskell-commits mailing list