summaryrefslogtreecommitdiff
path: root/p/haskell-gio
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-24 21:24:03 -0400
committerClint Adams <clint@debian.org>2016-10-24 21:24:03 -0400
commit5f3444d2e86ccbedb2c3e5e793e7d6d09def49e9 (patch)
treee0bf4383ee9a14f491613cf78c5a753e5a36a9d2 /p/haskell-gio
parent99f54e7b60b591861550589c1e053eb440023b99 (diff)
downloadDHG_packages-5f3444d2e86ccbedb2c3e5e793e7d6d09def49e9.tar.gz
cairo gio gtk gtk3 pango: add gtk2hs-buildtools libraries to b-d
Diffstat (limited to 'p/haskell-gio')
-rw-r--r--p/haskell-gio/debian/changelog6
-rw-r--r--p/haskell-gio/debian/control10
2 files changed, 13 insertions, 3 deletions
diff --git a/p/haskell-gio/debian/changelog b/p/haskell-gio/debian/changelog
index 989c24b1a..1027f1476 100644
--- a/p/haskell-gio/debian/changelog
+++ b/p/haskell-gio/debian/changelog
@@ -1,3 +1,9 @@
+haskell-gio (0.13.3.0-2) experimental; urgency=medium
+
+ * Add gtk2hs-buildtools libraries to Build-Depends.
+
+ -- Clint Adams <clint@debian.org> Mon, 24 Oct 2016 21:23:48 -0400
+
haskell-gio (0.13.3.0-1) experimental; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-gio/debian/control b/p/haskell-gio/debian/control
index 9f035213f..164a872ad 100644
--- a/p/haskell-gio/debian/control
+++ b/p/haskell-gio/debian/control
@@ -9,8 +9,11 @@ Build-Depends:
debhelper (>= 9),
ghc (>= 8),
ghc-prof,
- gtk2hs-buildtools (>= 0.13.0.3),
- haskell-devscripts (>= 0.10),
+ gtk2hs-buildtools (>= 0.13.2.0),
+ libghc-gtk2hs-buildtools-dev (>= 0.13.2.0),
+ libghc-gtk2hs-buildtools-dev (<< 0.14),
+ libghc-gtk2hs-buildtools-prof,
+ haskell-devscripts (>= 0.13),
libghc-glib-dev (<< 0.14),
libghc-glib-dev (>= 0.13.0.0),
libghc-glib-prof,
@@ -19,6 +22,7 @@ Build-Depends:
libglib2.0-dev,
Build-Depends-Indep:
ghc-doc,
+ libghc-gtk2hs-buildtools-doc,
libghc-glib-doc,
libghc-mtl-doc,
Standards-Version: 3.9.8
@@ -38,7 +42,7 @@ Suggests:
${haskell:Suggests},
Provides:
${haskell:Provides},
-Description: Binding to the GIO${haskell:ShortBlurb}
+Description: binding to the GIO${haskell:ShortBlurb}
GIO is striving to provide a modern, easy-to-use VFS API that sits at the
right level in the library stack. The goal is to overcome the shortcomings of
GnomeVFS and provide an API that is so good that developers prefer it over raw