summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-09-16 12:17:18 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-09-16 12:17:18 -0700
commit3cb6b69c6c9f20023b02a56b3ed84edbdf4bc46c (patch)
treea695c7c7c6c0fc92f8a80fa86c5c625a9da6765a /p
parentdb7c885747efd9fafdb0311d2406a6844f3fb31f (diff)
downloadDHG_packages-3cb6b69c6c9f20023b02a56b3ed84edbdf4bc46c.tar.gz
yesod-persistent: bump build-deps in d/control too
Diffstat (limited to 'p')
-rw-r--r--p/haskell-yesod-persistent/debian/changelog7
-rw-r--r--p/haskell-yesod-persistent/debian/control4
2 files changed, 9 insertions, 2 deletions
diff --git a/p/haskell-yesod-persistent/debian/changelog b/p/haskell-yesod-persistent/debian/changelog
index 27f74b535..aa5a02281 100644
--- a/p/haskell-yesod-persistent/debian/changelog
+++ b/p/haskell-yesod-persistent/debian/changelog
@@ -1,3 +1,10 @@
+haskell-yesod-persistent (1.4.2-2) unstable; urgency=medium
+
+ * Bump build-deps on persistent{,-template}.
+ - Patch .cabal file accordingly.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 16 Sep 2017 12:17:12 -0700
+
haskell-yesod-persistent (1.4.2-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-yesod-persistent/debian/control b/p/haskell-yesod-persistent/debian/control
index 07fa86554..f9b4d2aaf 100644
--- a/p/haskell-yesod-persistent/debian/control
+++ b/p/haskell-yesod-persistent/debian/control
@@ -14,10 +14,10 @@ Build-Depends:
libghc-blaze-builder-prof,
libghc-conduit-dev,
libghc-conduit-prof,
- libghc-persistent-dev (<< 2.7),
+ libghc-persistent-dev (<< 2.8),
libghc-persistent-dev (>= 2.1),
libghc-persistent-prof,
- libghc-persistent-template-dev (<< 2.7),
+ libghc-persistent-template-dev (<< 2.8),
libghc-persistent-template-dev (>= 2.1),
libghc-persistent-template-prof,
libghc-resource-pool-dev,