summaryrefslogtreecommitdiff
path: root/p/haskell-hoauth2
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-01-11 01:53:39 -0500
committerClint Adams <clint@debian.org>2016-01-11 01:53:40 -0500
commit150652d9f4c7f178ea529a8790ad1f216c6682aa (patch)
treed53fc68c6041aad4446e2bd7e7a6f19448547f4c /p/haskell-hoauth2
parent4ddf9e3ca586d67d9e529f8dc08fc22b652d8134 (diff)
downloadDHG_packages-150652d9f4c7f178ea529a8790ad1f216c6682aa.tar.gz
hoauth2: Upgrading from 0.4.8 to 0.5.0
Diffstat (limited to 'p/haskell-hoauth2')
-rw-r--r--p/haskell-hoauth2/debian/changelog6
-rw-r--r--p/haskell-hoauth2/debian/control12
2 files changed, 14 insertions, 4 deletions
diff --git a/p/haskell-hoauth2/debian/changelog b/p/haskell-hoauth2/debian/changelog
index 48cfa423d..86a0d7cd5 100644
--- a/p/haskell-hoauth2/debian/changelog
+++ b/p/haskell-hoauth2/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hoauth2 (0.5.0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint@debian.org> Mon, 11 Jan 2016 01:53:39 -0500
+
haskell-hoauth2 (0.4.8-3) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-hoauth2/debian/control b/p/haskell-hoauth2/debian/control
index 34e16e9b1..330d0b5af 100644
--- a/p/haskell-hoauth2/debian/control
+++ b/p/haskell-hoauth2/debian/control
@@ -8,18 +8,22 @@ Build-Depends: debhelper (>= 9),
cdbs,
ghc,
ghc-prof,
- libghc-aeson-dev (>= 0.7),
- libghc-aeson-dev (<< 0.10),
+ libghc-aeson-dev (>= 0.10),
+ libghc-aeson-dev (<< 0.11),
libghc-aeson-prof,
libghc-http-conduit-dev (>= 2.0),
libghc-http-conduit-dev (<< 2.2),
libghc-http-conduit-prof,
- libghc-http-types-dev (>= 0.8),
- libghc-http-types-dev (<< 0.9),
+ libghc-http-types-dev (>= 0.9),
+ libghc-http-types-dev (<< 0.10),
libghc-http-types-prof,
libghc-text-dev (>= 0.11),
libghc-text-dev (<< 1.3),
libghc-text-prof,
+ libghc-wai-dev (>= 3.0),
+ libghc-wai-dev (<< 3.2),
+ libghc-warp-dev (>= 3.0),
+ libghc-warp-dev (<< 3.2),
Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
libghc-http-conduit-doc,