summaryrefslogtreecommitdiff
path: root/p/haskell-aeson
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2016-05-28 13:35:43 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2016-05-28 13:37:06 +0200
commit5acbc1dbc70e09f2b18cebe850671afbb4d296b0 (patch)
treea348676afcc66051c982d42bd6392d06b6774cfd /p/haskell-aeson
parentc186f3e6dd9f0340ace46de9329de06935d9026b (diff)
downloadDHG_packages-5acbc1dbc70e09f2b18cebe850671afbb4d296b0.tar.gz
aeson: Upgrading from 0.10.0.0 to 0.11.2.0
Diffstat (limited to 'p/haskell-aeson')
-rw-r--r--p/haskell-aeson/debian/changelog8
-rw-r--r--p/haskell-aeson/debian/control14
2 files changed, 19 insertions, 3 deletions
diff --git a/p/haskell-aeson/debian/changelog b/p/haskell-aeson/debian/changelog
index 8e22e68e0..29be1b448 100644
--- a/p/haskell-aeson/debian/changelog
+++ b/p/haskell-aeson/debian/changelog
@@ -1,10 +1,14 @@
-haskell-aeson (0.10.0.0-4) UNRELEASED; urgency=medium
+haskell-aeson (0.11.2.0-1) unstable; urgency=medium
+ [ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:34:44 +0300
+ [ Joachim Breitner ]
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 28 May 2016 13:35:43 +0200
haskell-aeson (0.10.0.0-3) unstable; urgency=medium
diff --git a/p/haskell-aeson/debian/control b/p/haskell-aeson/debian/control
index 312cef2b5..13e8d9ae1 100644
--- a/p/haskell-aeson/debian/control
+++ b/p/haskell-aeson/debian/control
@@ -12,6 +12,9 @@ Build-Depends: debhelper (>= 9),
libghc-attoparsec-prof,
libghc-dlist-dev (>= 0.2),
libghc-dlist-prof,
+ libghc-fail-dev (>= 4.9),
+ libghc-fail-dev (<< 4.10),
+ libghc-fail-prof,
libghc-hashable-dev (>= 1.1.2.0),
libghc-hashable-prof,
libghc-mtl-dev,
@@ -19,13 +22,19 @@ Build-Depends: debhelper (>= 9),
libghc-scientific-dev (>= 0.3.1),
libghc-scientific-dev (<< 0.4),
libghc-scientific-prof,
+ libghc-semigroups-dev (>= 0.16.1),
+ libghc-semigroups-dev (<< 0.19),
+ libghc-semigroups-prof,
libghc-syb-dev,
libghc-syb-prof,
+ libghc-tagged-dev (>= 0.8.3),
+ libghc-tagged-dev (<< 0.9),
+ libghc-tagged-prof,
libghc-text-dev (>= 1.1.1.0),
libghc-text-prof,
libghc-unordered-containers-dev (>= 0.2.5.0),
libghc-unordered-containers-prof,
- libghc-vector-dev (>= 0.7.1),
+ libghc-vector-dev (>= 0.8),
libghc-vector-prof,
libghc-hunit-dev,
libghc-quickcheck2-dev,
@@ -39,10 +48,13 @@ Build-Depends: debhelper (>= 9),
Build-Depends-Indep: ghc-doc,
libghc-attoparsec-doc,
libghc-dlist-doc,
+ libghc-fail-doc,
libghc-hashable-doc,
libghc-mtl-doc,
libghc-scientific-doc,
+ libghc-semigroups-doc,
libghc-syb-doc,
+ libghc-tagged-doc,
libghc-text-doc,
libghc-unordered-containers-doc,
libghc-vector-doc,