summaryrefslogtreecommitdiff
path: root/p/haskell-yesod-persistent/debian/patches/newer-persistent.patch
blob: b1397041ec21bb4775d94c4296b1e793cc274ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/yesod-persistent.cabal
+++ b/yesod-persistent.cabal
@@ -16,8 +16,8 @@ extra-source-files: README.md ChangeLog.
 library
     build-depends:   base                      >= 4        && < 5
                    , yesod-core                >= 1.4.0    && < 1.5
-                   , persistent                >= 2.1      && < 2.7
-                   , persistent-template       >= 2.1      && < 2.7
+                   , persistent                >= 2.1      && < 2.8
+                   , persistent-template       >= 2.1      && < 2.8
                    , transformers              >= 0.2.2
                    , blaze-builder
                    , conduit