summaryrefslogtreecommitdiff
path: root/p/haskell-file-location/debian/patches/newer-transformers
blob: bd3affad3b37533e9b572a284e22016688279d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/file-location.cabal
+++ b/file-location.cabal
@@ -71,7 +71,7 @@ Library
                 , lifted-base
                 , template-haskell
                 , th-orphans       >= 0.9
-                , transformers     >= 0.2 && < 0.5
+                , transformers     >= 0.2 && < 0.6
                 , containers
                 , HUnit