summaryrefslogtreecommitdiff
path: root/p/haskell-happstack-authenticate/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-16 15:47:13 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-16 15:51:51 +0200
commita46f2df084b366c9a152a4fd55b2c4b8baa3fca5 (patch)
treebe4f575da323bf0eabff06ecd8cb308c6f117bb9 /p/haskell-happstack-authenticate/debian
parent8764fcac2bfeaf13ac4d2ed5f6f2451237f62e7a (diff)
downloadDHG_packages-a46f2df084b366c9a152a4fd55b2c4b8baa3fca5.tar.gz
happstack-authenticate: Bump version ranges of aeson, lens
Diffstat (limited to 'p/haskell-happstack-authenticate/debian')
-rw-r--r--p/haskell-happstack-authenticate/debian/changelog6
-rw-r--r--p/haskell-happstack-authenticate/debian/control4
-rw-r--r--p/haskell-happstack-authenticate/debian/patches/aeson-lens-bump29
-rw-r--r--p/haskell-happstack-authenticate/debian/patches/series1
4 files changed, 38 insertions, 2 deletions
diff --git a/p/haskell-happstack-authenticate/debian/changelog b/p/haskell-happstack-authenticate/debian/changelog
index 97d2fce95..0f1580199 100644
--- a/p/haskell-happstack-authenticate/debian/changelog
+++ b/p/haskell-happstack-authenticate/debian/changelog
@@ -1,3 +1,9 @@
+haskell-happstack-authenticate (2.1.4-2) UNRELEASED; urgency=medium
+
+ * Bump version ranges of aeson, lens
+
+ -- Joachim Breitner <nomeata@debian.org> Sun, 16 Aug 2015 15:46:46 +0200
+
haskell-happstack-authenticate (2.1.4-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-happstack-authenticate/debian/control b/p/haskell-happstack-authenticate/debian/control
index fbe677231..755d97fe0 100644
--- a/p/haskell-happstack-authenticate/debian/control
+++ b/p/haskell-happstack-authenticate/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9),
libghc-acid-state-dev (<< 0.14),
libghc-acid-state-prof,
libghc-aeson-dev (>= 0.4),
- libghc-aeson-dev (<< 0.9),
+ libghc-aeson-dev (<< 0.10),
libghc-aeson-prof,
libghc-authenticate-dev (>= 1.3),
libghc-authenticate-dev (<< 1.4),
@@ -60,7 +60,7 @@ Build-Depends: debhelper (>= 9),
libghc-jwt-dev (<< 0.7),
libghc-jwt-prof,
libghc-lens-dev (>= 4.2),
- libghc-lens-dev (<< 4.10),
+ libghc-lens-dev (<< 4.12),
libghc-lens-prof,
libghc-mime-mail-dev (>= 0.4),
libghc-mime-mail-dev (<< 0.5),
diff --git a/p/haskell-happstack-authenticate/debian/patches/aeson-lens-bump b/p/haskell-happstack-authenticate/debian/patches/aeson-lens-bump
new file mode 100644
index 000000000..a27bccc64
--- /dev/null
+++ b/p/haskell-happstack-authenticate/debian/patches/aeson-lens-bump
@@ -0,0 +1,29 @@
+Index: haskell-happstack-authenticate/happstack-authenticate.cabal
+===================================================================
+--- haskell-happstack-authenticate.orig/happstack-authenticate.cabal 2015-08-16 15:46:27.609641604 +0200
++++ haskell-happstack-authenticate/happstack-authenticate.cabal 2015-08-16 15:46:38.653832431 +0200
+@@ -43,7 +43,7 @@
+
+ Build-depends: base > 4 && < 5,
+ acid-state >= 0.6 && < 0.14,
+- aeson >= 0.4 && < 0.9,
++ aeson >= 0.4 && < 0.10,
+ authenticate == 1.3.*,
+ base64-bytestring >= 1.0 && < 1.1,
+ boomerang >= 1.4 && < 1.5,
+@@ -65,7 +65,7 @@
+ safecopy >= 0.8 && < 0.9,
+ mime-mail >= 0.4 && < 0.5,
+ mtl >= 2.0 && < 2.3,
+- lens >= 4.2 && < 4.10,
++ lens >= 4.2 && < 4.12,
+ pwstore-fast,
+ text >= 0.11 && < 1.3,
+ time >= 1.2 && < 1.6,
+@@ -76,4 +76,4 @@
+ web-routes-boomerang >= 0.28 && < 0.29,
+ web-routes-happstack == 0.23.*,
+ web-routes-th >= 0.22 && < 0.23,
+- web-routes-hsp >= 0.24 && < 0.25
+\ No newline at end of file
++ web-routes-hsp >= 0.24 && < 0.25
diff --git a/p/haskell-happstack-authenticate/debian/patches/series b/p/haskell-happstack-authenticate/debian/patches/series
index d1ea23969..424b65070 100644
--- a/p/haskell-happstack-authenticate/debian/patches/series
+++ b/p/haskell-happstack-authenticate/debian/patches/series
@@ -1 +1,2 @@
faster-pwstore.diff
+aeson-lens-bump