summaryrefslogtreecommitdiff
path: root/p/haskell-yesod-auth-oauth
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>2017-07-22 13:09:05 +0200
committerGianfranco Costamagna <costamagnagianfranco@yahoo.it>2017-07-22 13:09:05 +0200
commitc2ff496224d4fef34880bab120bdec1412ab6004 (patch)
treeb5fe68ba4ddae0780f527b27fd7f66604aee9cdd /p/haskell-yesod-auth-oauth
parent58be718b41d70ac6f2c64be04218080f57f20f4d (diff)
downloadDHG_packages-c2ff496224d4fef34880bab120bdec1412ab6004.tar.gz
haskell-yesod-auth-oauth: Bump authenticate-oauth bounds
Diffstat (limited to 'p/haskell-yesod-auth-oauth')
-rw-r--r--p/haskell-yesod-auth-oauth/debian/changelog6
-rw-r--r--p/haskell-yesod-auth-oauth/debian/control2
-rw-r--r--p/haskell-yesod-auth-oauth/debian/patches/bump-authenticate-oauth-bounds.patch11
-rw-r--r--p/haskell-yesod-auth-oauth/debian/patches/series1
4 files changed, 19 insertions, 1 deletions
diff --git a/p/haskell-yesod-auth-oauth/debian/changelog b/p/haskell-yesod-auth-oauth/debian/changelog
index a42520f09..6a0e6e4f7 100644
--- a/p/haskell-yesod-auth-oauth/debian/changelog
+++ b/p/haskell-yesod-auth-oauth/debian/changelog
@@ -1,3 +1,9 @@
+haskell-yesod-auth-oauth (1.4.2-2) unstable; urgency=medium
+
+ * Bump authenticate-oauth bounds
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 22 Jul 2017 13:03:12 +0200
+
haskell-yesod-auth-oauth (1.4.2-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-yesod-auth-oauth/debian/control b/p/haskell-yesod-auth-oauth/debian/control
index 75ea31eca..843b80a32 100644
--- a/p/haskell-yesod-auth-oauth/debian/control
+++ b/p/haskell-yesod-auth-oauth/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
- libghc-authenticate-oauth-dev (<< 1.6),
+ libghc-authenticate-oauth-dev (<< 1.7),
libghc-authenticate-oauth-dev (>= 1.5),
libghc-authenticate-oauth-prof,
libghc-lifted-base-dev (<< 0.3),
diff --git a/p/haskell-yesod-auth-oauth/debian/patches/bump-authenticate-oauth-bounds.patch b/p/haskell-yesod-auth-oauth/debian/patches/bump-authenticate-oauth-bounds.patch
new file mode 100644
index 000000000..ff5f42e2f
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth/debian/patches/bump-authenticate-oauth-bounds.patch
@@ -0,0 +1,11 @@
+--- haskell-yesod-auth-oauth-1.4.2.orig/yesod-auth-oauth.cabal
++++ haskell-yesod-auth-oauth-1.4.2/yesod-auth-oauth.cabal
+@@ -21,7 +21,7 @@ library
+ cpp-options: -DGHC7
+ else
+ build-depends: base >= 4 && < 4.3
+- build-depends: authenticate-oauth >= 1.5 && < 1.6
++ build-depends: authenticate-oauth >= 1.5 && < 1.7
+ , bytestring >= 0.9.1.4
+ , yesod-core >= 1.4 && < 1.5
+ , yesod-auth >= 1.4 && < 1.5
diff --git a/p/haskell-yesod-auth-oauth/debian/patches/series b/p/haskell-yesod-auth-oauth/debian/patches/series
new file mode 100644
index 000000000..cd04132b4
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth/debian/patches/series
@@ -0,0 +1 @@
+bump-authenticate-oauth-bounds.patch