diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2017-09-16 12:15:11 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-09-16 12:15:11 -0700 |
commit | db7c885747efd9fafdb0311d2406a6844f3fb31f (patch) | |
tree | 0658a21e9e6d1cb265bb838e6f5de7c382535c46 | |
parent | 0091ac2db8847375dbd8ac7e4ec7eb4e462abaff (diff) | |
download | DHG_packages-db7c885747efd9fafdb0311d2406a6844f3fb31f.tar.gz |
yesod-persistent: bump build-deps
-rw-r--r-- | p/haskell-yesod-persistent/debian/patches/newer-persistent.patch | 13 | ||||
-rw-r--r-- | p/haskell-yesod-persistent/debian/patches/series | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/p/haskell-yesod-persistent/debian/patches/newer-persistent.patch b/p/haskell-yesod-persistent/debian/patches/newer-persistent.patch new file mode 100644 index 000000000..b1397041e --- /dev/null +++ b/p/haskell-yesod-persistent/debian/patches/newer-persistent.patch @@ -0,0 +1,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 diff --git a/p/haskell-yesod-persistent/debian/patches/series b/p/haskell-yesod-persistent/debian/patches/series new file mode 100644 index 000000000..66ee92b81 --- /dev/null +++ b/p/haskell-yesod-persistent/debian/patches/series @@ -0,0 +1 @@ +newer-persistent.patch |