summaryrefslogtreecommitdiff
path: root/p/haskell-yesod-auth-oauth
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-04-10 12:55:00 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-04-10 12:55:00 +0400
commite9d8ac29f9af58a0980f13359974ac2eaf00fc75 (patch)
tree8aa4e0da7c6197879c8d90046bd7dea4ca237a4b /p/haskell-yesod-auth-oauth
parentd26c967b9b1bb8eb6f6b724f7d9d1122341a7283 (diff)
downloadDHG_packages-e9d8ac29f9af58a0980f13359974ac2eaf00fc75.tar.gz
haskell-yesod-auth-oauth: New upstream release
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/control6
-rw-r--r--p/haskell-yesod-auth-oauth/debian/patches/newer-bytestring.diff13
-rw-r--r--p/haskell-yesod-auth-oauth/debian/patches/series1
4 files changed, 11 insertions, 15 deletions
diff --git a/p/haskell-yesod-auth-oauth/debian/changelog b/p/haskell-yesod-auth-oauth/debian/changelog
index b3e1132e8..6d4cf9dab 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.1.0.2-1) UNRELEASED; urgency=low
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@debian.org> Wed, 10 Apr 2013 10:48:11 +0200
+
haskell-yesod-auth-oauth (1.1.0.0-1) experimental; urgency=low
[ Joachim Breitner ]
diff --git a/p/haskell-yesod-auth-oauth/debian/control b/p/haskell-yesod-auth-oauth/debian/control
index 485fdf5a0..a006c4282 100644
--- a/p/haskell-yesod-auth-oauth/debian/control
+++ b/p/haskell-yesod-auth-oauth/debian/control
@@ -24,8 +24,11 @@ Build-Depends: debhelper (>= 7.0)
, libghc-yesod-core-dev (<< 1.2)
, libghc-yesod-core-prof
, libghc-yesod-form-dev (>> 1.1)
- , libghc-yesod-form-dev (<< 1.2)
+ , libghc-yesod-form-dev (<< 1.3)
, libghc-yesod-form-prof
+ , libghc-lifted-base-dev (>= 0.2)
+ , libghc-lifted-base-dev (<< 0.3)
+ , libghc-lifted-base-prof
Build-Depends-Indep: ghc-doc
, libghc-authenticate-oauth-doc
, libghc-text-doc
@@ -33,6 +36,7 @@ Build-Depends-Indep: ghc-doc
, libghc-yesod-auth-doc
, libghc-yesod-core-doc
, libghc-yesod-form-doc
+ , libghc-lifted-base-prof
Standards-Version: 3.9.4
Homepage: http://www.yesodweb.com/
diff --git a/p/haskell-yesod-auth-oauth/debian/patches/newer-bytestring.diff b/p/haskell-yesod-auth-oauth/debian/patches/newer-bytestring.diff
deleted file mode 100644
index 51b2f87f7..000000000
--- a/p/haskell-yesod-auth-oauth/debian/patches/newer-bytestring.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: yesod-auth-oauth-1.1.0.0/yesod-auth-oauth.cabal
-===================================================================
---- yesod-auth-oauth-1.1.0.0.orig/yesod-auth-oauth.cabal 2012-08-25 05:53:25.000000000 +0000
-+++ yesod-auth-oauth-1.1.0.0/yesod-auth-oauth.cabal 2012-10-22 03:02:22.644883617 +0000
-@@ -21,7 +21,7 @@
- else
- build-depends: base >= 4 && < 4.3
- build-depends: authenticate-oauth >= 1.4 && < 1.5
-- , bytestring >= 0.9.1.4 && < 0.10
-+ , bytestring >= 0.9.1.4 && < 0.11
- , yesod-core >= 1.1 && < 1.2
- , yesod-auth >= 1.1 && < 1.2
- , text >= 0.7 && < 0.12
diff --git a/p/haskell-yesod-auth-oauth/debian/patches/series b/p/haskell-yesod-auth-oauth/debian/patches/series
deleted file mode 100644
index e039cb90e..000000000
--- a/p/haskell-yesod-auth-oauth/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-newer-bytestring.diff