[DHG_packages] 01/01: haskell-yesod-auth-oauth2: bump aeson and http bounds
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Sat Jul 22 11:30:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository DHG_packages.
commit dd6603ba504fb09d3f7ce429a6606361d6ada5fa
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Sat Jul 22 13:29:44 2017 +0200
haskell-yesod-auth-oauth2: bump aeson and http bounds
---
p/haskell-yesod-auth-oauth2/debian/changelog | 7 +++++++
p/haskell-yesod-auth-oauth2/debian/control | 4 ++--
.../debian/patches/bump-aeson-bounds.patch | 11 +++++++++++
.../debian/patches/bump-http-client-bounds.patch | 13 +++++++++++++
p/haskell-yesod-auth-oauth2/debian/patches/series | 2 ++
5 files changed, 35 insertions(+), 2 deletions(-)
diff --git a/p/haskell-yesod-auth-oauth2/debian/changelog b/p/haskell-yesod-auth-oauth2/debian/changelog
index 962a4e7..97f2fec 100644
--- a/p/haskell-yesod-auth-oauth2/debian/changelog
+++ b/p/haskell-yesod-auth-oauth2/debian/changelog
@@ -1,3 +1,10 @@
+haskell-yesod-auth-oauth2 (0.2.2-3) unstable; urgency=medium
+
+ * Bump http-client-dev bounds
+ * Bump aeson bounds
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Sat, 22 Jul 2017 13:11:02 +0200
+
haskell-yesod-auth-oauth2 (0.2.2-2) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-yesod-auth-oauth2/debian/control b/p/haskell-yesod-auth-oauth2/debian/control
index c480ecf..28271c8 100644
--- a/p/haskell-yesod-auth-oauth2/debian/control
+++ b/p/haskell-yesod-auth-oauth2/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
- libghc-aeson-dev (<< 0.12),
+ libghc-aeson-dev (<< 1.0.2.2),
libghc-aeson-dev (>= 0.6),
libghc-aeson-prof,
libghc-authenticate-dev (<< 1.4),
@@ -20,7 +20,7 @@ Build-Depends:
libghc-hoauth2-dev (>= 0.4.7),
libghc-hoauth2-prof,
libghc-hspec-dev,
- libghc-http-client-dev (<< 0.5),
+ libghc-http-client-dev (<< 0.5.8),
libghc-http-client-dev (>= 0.4.0),
libghc-http-client-prof,
libghc-http-conduit-dev,
diff --git a/p/haskell-yesod-auth-oauth2/debian/patches/bump-aeson-bounds.patch b/p/haskell-yesod-auth-oauth2/debian/patches/bump-aeson-bounds.patch
new file mode 100644
index 0000000..bffc360
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth2/debian/patches/bump-aeson-bounds.patch
@@ -0,0 +1,11 @@
+--- haskell-yesod-auth-oauth2-0.2.2.orig/yesod-auth-oauth2.cabal
++++ haskell-yesod-auth-oauth2-0.2.2/yesod-auth-oauth2.cabal
+@@ -31,7 +31,7 @@ library
+ , http-client >= 0.4.0 && < 0.5.8
+ , http-conduit >= 2.0 && < 3.0
+ , http-types >= 0.8 && < 0.10
+- , aeson >= 0.6 && < 0.12
++ , aeson >= 0.6 && < 1.0.2.2
+ , yesod-core >= 1.2 && < 1.5
+ , authenticate >= 1.3.2.7 && < 1.4
+ , random
diff --git a/p/haskell-yesod-auth-oauth2/debian/patches/bump-http-client-bounds.patch b/p/haskell-yesod-auth-oauth2/debian/patches/bump-http-client-bounds.patch
new file mode 100644
index 0000000..d37bb67
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth2/debian/patches/bump-http-client-bounds.patch
@@ -0,0 +1,13 @@
+Last-Update: 2017-07-22
+
+--- haskell-yesod-auth-oauth2-0.2.2.orig/yesod-auth-oauth2.cabal
++++ haskell-yesod-auth-oauth2-0.2.2/yesod-auth-oauth2.cabal
+@@ -28,7 +28,7 @@ library
+
+ build-depends: base >= 4.5 && < 5
+ , bytestring >= 0.9.1.4
+- , http-client >= 0.4.0 && < 0.5
++ , http-client >= 0.4.0 && < 0.5.8
+ , http-conduit >= 2.0 && < 3.0
+ , http-types >= 0.8 && < 0.10
+ , aeson >= 0.6 && < 0.12
diff --git a/p/haskell-yesod-auth-oauth2/debian/patches/series b/p/haskell-yesod-auth-oauth2/debian/patches/series
new file mode 100644
index 0000000..beb507c
--- /dev/null
+++ b/p/haskell-yesod-auth-oauth2/debian/patches/series
@@ -0,0 +1,2 @@
+bump-http-client-bounds.patch
+bump-aeson-bounds.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list