summaryrefslogtreecommitdiff
path: root/p/haskelldb/debian/patches/bump-mtl-dependency
blob: 5b57e41a3034315ce71d96d3e4c4ce44399cac2f (plain)
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-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,