diff options
Diffstat (limited to 'p/threadscope')
-rw-r--r-- | p/threadscope/debian/changelog | 2 | ||||
-rw-r--r-- | p/threadscope/debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/p/threadscope/debian/changelog b/p/threadscope/debian/changelog index eb033de99..9e31d4f3a 100644 --- a/p/threadscope/debian/changelog +++ b/p/threadscope/debian/changelog @@ -1,6 +1,8 @@ threadscope (0.2.6-3) UNRELEASED; urgency=medium * Bump standards-version to 3.9.6 + * Depend on haskell-devscripts >= 0.10 to ensure that this package + builds against GHC in experimental -- Joachim Breitner <nomeata@debian.org> Thu, 20 Aug 2015 10:18:01 +0200 diff --git a/p/threadscope/debian/control b/p/threadscope/debian/control index 1bb06b45c..5a914c1b5 100644 --- a/p/threadscope/debian/control +++ b/p/threadscope/debian/control @@ -4,7 +4,7 @@ Priority: extra Section: haskell Build-Depends: debhelper (>= 9), cdbs, - haskell-devscripts (>= 0.9), + haskell-devscripts (>= 0.10), ghc, libghc-mtl-dev, libghc-ghc-events-dev (>= 0.4.2), |