summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
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,