File: extend-mtl-dependency

package info (click to toggle)
haskelldb-hdbc-postgresql 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 88 kB
  • sloc: haskell: 23; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Bump mtl dependency
Author: Joachim Breitner <nomeata@debian.org>

--- haskelldb-hdbc-postgresql-2.1.0.orig/haskelldb-hdbc-postgresql.cabal
+++ haskelldb-hdbc-postgresql-2.1.0/haskelldb-hdbc-postgresql.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,