summaryrefslogtreecommitdiff
path: root/p/haskell-hledger-lib
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-15 14:28:58 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-15 14:28:58 +0200
commit8ad4d3422ca4b9cb239bdb42583a5db4f72c5653 (patch)
tree6d665e1f625ee0a9446f96d293b6ab6979298e76 /p/haskell-hledger-lib
parent2c312f25142d35fbec0145e70774c2b349314476 (diff)
downloadDHG_packages-8ad4d3422ca4b9cb239bdb42583a5db4f72c5653.tar.gz
hledger-lib: Upgrading from 0.24.1 to 0.26
Diffstat (limited to 'p/haskell-hledger-lib')
-rw-r--r--p/haskell-hledger-lib/debian/changelog6
-rw-r--r--p/haskell-hledger-lib/debian/control9
2 files changed, 12 insertions, 3 deletions
diff --git a/p/haskell-hledger-lib/debian/changelog b/p/haskell-hledger-lib/debian/changelog
index dc1cbf36e..e9b277783 100644
--- a/p/haskell-hledger-lib/debian/changelog
+++ b/p/haskell-hledger-lib/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hledger-lib (0.26-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 15 Aug 2015 14:28:58 +0200
+
haskell-hledger-lib (0.24.1-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-hledger-lib/debian/control b/p/haskell-hledger-lib/debian/control
index 2c92946ca..0b9a9b2a6 100644
--- a/p/haskell-hledger-lib/debian/control
+++ b/p/haskell-hledger-lib/debian/control
@@ -12,6 +12,8 @@ Build-Depends: debhelper (>= 9),
libghc-decimal-prof,
libghc-hunit-dev,
libghc-hunit-prof,
+ libghc-base-compat-dev (>= 0.8.1),
+ libghc-base-compat-prof,
libghc-blaze-markup-dev (>= 0.5.1),
libghc-blaze-markup-prof,
libghc-cmdargs-dev (>= 0.10),
@@ -21,14 +23,14 @@ Build-Depends: debhelper (>= 9),
libghc-csv-prof,
libghc-mtl-dev,
libghc-mtl-prof,
+ libghc-mtl-compat-dev,
+ libghc-mtl-compat-prof,
libghc-parsec3-dev (>= 3),
libghc-parsec3-prof,
libghc-pretty-show-dev (>= 1.6.4),
libghc-pretty-show-prof,
libghc-regex-tdfa-dev,
libghc-regex-tdfa-prof,
- libghc-regexpr-dev (>= 0.5.1),
- libghc-regexpr-prof,
libghc-safe-dev (>= 0.2),
libghc-safe-prof,
libghc-split-dev (>= 0.1),
@@ -40,14 +42,15 @@ Build-Depends: debhelper (>= 9),
Build-Depends-Indep: ghc-doc,
libghc-decimal-doc,
libghc-hunit-doc,
+ libghc-base-compat-doc,
libghc-blaze-markup-doc,
libghc-cmdargs-doc,
libghc-csv-doc,
libghc-mtl-doc,
+ libghc-mtl-compat-doc,
libghc-parsec3-doc,
libghc-pretty-show-doc,
libghc-regex-tdfa-doc,
- libghc-regexpr-doc,
libghc-safe-doc,
libghc-split-doc,
libghc-utf8-string-doc,