summaryrefslogtreecommitdiff
path: root/p/haskell-hinotify
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2017-06-18 20:14:24 -0400
committerClint Adams <clint@debian.org>2017-06-18 20:14:24 -0400
commitd9241b70f8b8a1cf126303b10266f98bec94d83c (patch)
treeb16a088c4c510e5c99fc0a1821f60e4245d729d2 /p/haskell-hinotify
parentc16adf2a1c55efc020622fe90d75b65098e413da (diff)
downloadDHG_packages-d9241b70f8b8a1cf126303b10266f98bec94d83c.tar.gz
hinotify: fix build dependencies. closes: #865017
Diffstat (limited to 'p/haskell-hinotify')
-rw-r--r--p/haskell-hinotify/debian/changelog6
-rw-r--r--p/haskell-hinotify/debian/control6
2 files changed, 11 insertions, 1 deletions
diff --git a/p/haskell-hinotify/debian/changelog b/p/haskell-hinotify/debian/changelog
index 4f794df83..a09628b46 100644
--- a/p/haskell-hinotify/debian/changelog
+++ b/p/haskell-hinotify/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hinotify (0.3.9-2) unstable; urgency=medium
+
+ * Fix build dependencies. closes: #865017.
+
+ -- Clint Adams <clint@debian.org> Sun, 18 Jun 2017 20:13:10 -0400
+
haskell-hinotify (0.3.9-1) unstable; urgency=medium
* New upstream version.
diff --git a/p/haskell-hinotify/debian/control b/p/haskell-hinotify/debian/control
index 7784a993f..af482408c 100644
--- a/p/haskell-hinotify/debian/control
+++ b/p/haskell-hinotify/debian/control
@@ -10,7 +10,11 @@ Build-Depends: debhelper (>= 9),
ghc (>= 8.0),
ghc-prof,
libinotify-dev [kfreebsd-any],
-Build-Depends-Indep: ghc-doc
+ libghc-async-dev (>= 1.0),
+ libghc-async-dev (<< 2.2),
+ libghc-async-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-async-doc,
Homepage: http://hackage.haskell.org/package/hinotify
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hinotify