diff options
-rw-r--r-- | p/haskell-simple-sendfile/debian/changelog | 7 | ||||
-rw-r--r-- | p/haskell-simple-sendfile/debian/control | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/p/haskell-simple-sendfile/debian/changelog b/p/haskell-simple-sendfile/debian/changelog index 54dab75c3..dc6bcd19a 100644 --- a/p/haskell-simple-sendfile/debian/changelog +++ b/p/haskell-simple-sendfile/debian/changelog @@ -1,3 +1,10 @@ +haskell-simple-sendfile (0.2.11-2) UNRELEASED; urgency=low + + * Also build-depend on profiling libraries for conduit and transformers on + the Hurd. + + -- Colin Watson <cjwatson@debian.org> Fri, 14 Jun 2013 13:46:11 +0100 + haskell-simple-sendfile (0.2.11-1) unstable; urgency=low * New upstream version. diff --git a/p/haskell-simple-sendfile/debian/control b/p/haskell-simple-sendfile/debian/control index 4ffac8706..72ed55a08 100644 --- a/p/haskell-simple-sendfile/debian/control +++ b/p/haskell-simple-sendfile/debian/control @@ -13,8 +13,10 @@ Build-Depends: debhelper (>= 9) , libghc-network-prof , libghc-conduit-dev (>> 0.4.1) [hurd-any] , libghc-conduit-dev (<< 1.1) [hurd-any] + , libghc-conduit-prof [hurd-any] , libghc-transformers-dev (>> 0.2.2) [hurd-any] , libghc-transformers-dev (<< 0.4) [hurd-any] + , libghc-transformers-prof [hurd-any] Build-Depends-Indep: ghc-doc , libghc-network-doc Standards-Version: 3.9.4 |