summaryrefslogtreecommitdiff
path: root/p/haskell-chart-cairo
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-11-01 18:39:11 -0400
committerClint Adams <clint@debian.org>2016-11-01 18:40:09 -0400
commitc8af95d729bee7d4cffcfae7e88b19a7d35b326d (patch)
treee2cc00bc7c29f83831a2dca4c63b79ad870cf4f5 /p/haskell-chart-cairo
parente965cc920129289db702468ec050bca2d6c0e527 (diff)
downloadDHG_packages-c8af95d729bee7d4cffcfae7e88b19a7d35b326d.tar.gz
Chart-cairo: Upgrading from 1.8 to 1.8.1
Diffstat (limited to 'p/haskell-chart-cairo')
-rw-r--r--p/haskell-chart-cairo/debian/changelog6
-rw-r--r--p/haskell-chart-cairo/debian/control10
2 files changed, 11 insertions, 5 deletions
diff --git a/p/haskell-chart-cairo/debian/changelog b/p/haskell-chart-cairo/debian/changelog
index b3ffed480..92668e56d 100644
--- a/p/haskell-chart-cairo/debian/changelog
+++ b/p/haskell-chart-cairo/debian/changelog
@@ -1,3 +1,9 @@
+haskell-chart-cairo (1.8.1-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint@debian.org> Tue, 01 Nov 2016 18:39:10 -0400
+
haskell-chart-cairo (1.8-2) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-chart-cairo/debian/control b/p/haskell-chart-cairo/debian/control
index a133eb7a0..62631bf0e 100644
--- a/p/haskell-chart-cairo/debian/control
+++ b/p/haskell-chart-cairo/debian/control
@@ -10,18 +10,18 @@ Build-Depends:
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
- libghc-cairo-dev (>= 0.9.11),
- libghc-cairo-prof,
+ libghc-chart-dev (>= 1.8.1),
libghc-chart-dev (<< 1.9),
- libghc-chart-dev (>= 1.8),
libghc-chart-prof,
+ libghc-cairo-dev (>= 0.9.11),
+ libghc-cairo-prof,
libghc-colour-dev (<< 2.4),
libghc-colour-dev (>= 2.2.1),
libghc-colour-prof,
libghc-data-default-class-dev (<< 0.2),
libghc-data-default-class-prof,
- libghc-lens-dev (<< 4.15),
libghc-lens-dev (>= 3.9),
+ libghc-lens-dev (<< 4.16),
libghc-lens-prof,
libghc-mtl-dev,
libghc-mtl-prof,
@@ -41,7 +41,7 @@ Standards-Version: 3.9.8
Homepage: https://github.com/timbod7/haskell-chart/wiki
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-chart-cairo
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Cairo backend for Charts.
+X-Description: Cairo backend for Charts
Chart is a library for generating 2D Charts and Plots.
.
This is the backend using the cairo library.