diff options
Diffstat (limited to 'p/haskell-hpack')
| -rw-r--r-- | p/haskell-hpack/debian/changelog | 12 | ||||
| -rw-r--r-- | p/haskell-hpack/debian/control | 9 | ||||
| -rwxr-xr-x | p/haskell-hpack/debian/rules | 1 |
3 files changed, 18 insertions, 4 deletions
diff --git a/p/haskell-hpack/debian/changelog b/p/haskell-hpack/debian/changelog index 1808f3091..ab60d40ab 100644 --- a/p/haskell-hpack/debian/changelog +++ b/p/haskell-hpack/debian/changelog @@ -1,8 +1,14 @@ -haskell-hpack (0.14.0-2) UNRELEASED; urgency=medium +haskell-hpack (0.14.1-2) unstable; urgency=medium - * Fix VCS fields + * Enable testsuite. - -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:37 +0200 + -- Clint Adams <clint@debian.org> Fri, 15 Jul 2016 21:06:35 -0400 + +haskell-hpack (0.14.1-1) unstable; urgency=medium + + * New upstream release + + -- Clint Adams <clint@debian.org> Tue, 12 Jul 2016 16:40:19 -0400 haskell-hpack (0.14.0-1) unstable; urgency=low diff --git a/p/haskell-hpack/debian/control b/p/haskell-hpack/debian/control index 71e8e5c73..49438822c 100644 --- a/p/haskell-hpack/debian/control +++ b/p/haskell-hpack/debian/control @@ -20,6 +20,13 @@ Build-Depends: debhelper (>= 9), libghc-unordered-containers-prof, libghc-yaml-dev, libghc-yaml-prof, + libghc-quickcheck2-dev, + libghc-aeson-qq-dev, + libghc-hspec-dev (>= 2), + libghc-hspec-dev (<< 3), + libghc-interpolate-dev, + libghc-mockery-dev (>= 0.3), + libghc-temporary-dev, Build-Depends-Indep: ghc-doc, libghc-glob-doc, libghc-aeson-doc, @@ -27,7 +34,7 @@ Build-Depends-Indep: ghc-doc, libghc-text-doc, libghc-unordered-containers-doc, libghc-yaml-doc, -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: https://github.com/sol/hpack#readme Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hpack Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git diff --git a/p/haskell-hpack/debian/rules b/p/haskell-hpack/debian/rules index 9091ddb3e..4bfb2e28b 100755 --- a/p/haskell-hpack/debian/rules +++ b/p/haskell-hpack/debian/rules @@ -2,6 +2,7 @@ DEB_CABAL_PACKAGE = hpack DEB_DEFAULT_COMPILER = ghc +DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk |
