summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-authenticate/debian/changelog6
-rw-r--r--p/haskell-authenticate/debian/control3
-rw-r--r--p/haskell-authenticate/debian/patches/bump-cabal-version.diff14
-rw-r--r--p/haskell-authenticate/debian/patches/force-regular-aeson.diff11
-rw-r--r--p/haskell-authenticate/debian/patches/series2
5 files changed, 6 insertions, 30 deletions
diff --git a/p/haskell-authenticate/debian/changelog b/p/haskell-authenticate/debian/changelog
index 512a62ba9..18a6c3ba8 100644
--- a/p/haskell-authenticate/debian/changelog
+++ b/p/haskell-authenticate/debian/changelog
@@ -1,3 +1,9 @@
+haskell-authenticate (0.10.3.1-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint@debian.org> Thu, 08 Dec 2011 19:32:42 -0500
+
haskell-authenticate (0.10.2.2-1) unstable; urgency=low
* New upstream version.
diff --git a/p/haskell-authenticate/debian/control b/p/haskell-authenticate/debian/control
index 7cb08303c..6b2c12e57 100644
--- a/p/haskell-authenticate/debian/control
+++ b/p/haskell-authenticate/debian/control
@@ -9,10 +9,8 @@ Build-Depends: debhelper (>= 7)
, ghc
, ghc-prof
, libghc-aeson-dev (>> 0.3.2.11)
- , libghc-aeson-dev (<< 0.4)
, libghc-aeson-prof
, libghc-attoparsec-dev (>> 0.9)
- , libghc-attoparsec-dev (<< 0.10)
, libghc-attoparsec-prof
, libghc-base64-bytestring-dev (>> 0.1)
, libghc-base64-bytestring-dev (<< 0.2)
@@ -21,7 +19,6 @@ Build-Depends: debhelper (>= 7)
, libghc-blaze-builder-dev (<< 0.4)
, libghc-blaze-builder-prof
, libghc-case-insensitive-dev (>> 0.2)
- , libghc-case-insensitive-dev (<< 0.4)
, libghc-case-insensitive-prof
, libghc-enumerator-dev (>> 0.4.7)
, libghc-enumerator-dev (<< 0.5)
diff --git a/p/haskell-authenticate/debian/patches/bump-cabal-version.diff b/p/haskell-authenticate/debian/patches/bump-cabal-version.diff
deleted file mode 100644
index 825ba117b..000000000
--- a/p/haskell-authenticate/debian/patches/bump-cabal-version.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-See http://anonscm.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-yesod-json;a=commitdiff;h=20110917084624-23c07-69feb192945a24f03110f9d2d2031548c035ab30.gz
-and
-http://hackage.haskell.org/trac/hackage/ticket/884
-for why this is done.
-
---- a/authenticate.cabal
-+++ b/authenticate.cabal
-@@ -1,5 +1,5 @@
- name: authenticate
--version: 0.10.2.2
-+version: 0.10.2.2.0.1
- license: BSD3
- license-file: LICENSE
- author: Michael Snoyman, Hiromi Ishii, Arash Rouhani
diff --git a/p/haskell-authenticate/debian/patches/force-regular-aeson.diff b/p/haskell-authenticate/debian/patches/force-regular-aeson.diff
deleted file mode 100644
index 17f9fcc18..000000000
--- a/p/haskell-authenticate/debian/patches/force-regular-aeson.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/authenticate.cabal
-+++ b/authenticate.cabal
-@@ -15,7 +15,7 @@
-
- library
- build-depends: base >= 4 && < 5,
-- aeson-native >= 0.3.2.11 && < 0.4,
-+ aeson >= 0.3.2.11 && < 0.4,
- http-enumerator >= 0.6.5.4 && < 0.8,
- tagsoup >= 0.12 && < 0.13,
- failure >= 0.0.0 && < 0.2,
diff --git a/p/haskell-authenticate/debian/patches/series b/p/haskell-authenticate/debian/patches/series
deleted file mode 100644
index ff730ba88..000000000
--- a/p/haskell-authenticate/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-force-regular-aeson.diff
-bump-cabal-version.diff