diff options
Diffstat (limited to 'p')
-rw-r--r-- | p/haskell-yaml/debian/changelog | 6 | ||||
-rwxr-xr-x | p/haskell-yaml/debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-yaml/debian/changelog b/p/haskell-yaml/debian/changelog index 2d365c7fc..d700fddcd 100644 --- a/p/haskell-yaml/debian/changelog +++ b/p/haskell-yaml/debian/changelog @@ -1,3 +1,9 @@ +haskell-yaml (0.8.12-2) unstable; urgency=medium + + * Fix typos in the recent upload + + -- Joachim Breitner <nomeata@debian.org> Sun, 16 Aug 2015 18:01:13 +0200 + haskell-yaml (0.8.12-1) unstable; urgency=medium * New upstream release diff --git a/p/haskell-yaml/debian/rules b/p/haskell-yaml/debian/rules index 70db6eff2..b0220271b 100755 --- a/p/haskell-yaml/debian/rules +++ b/p/haskell-yaml/debian/rules @@ -2,7 +2,7 @@ DEB_SETUP_GHC_CONFIGURE_ARGS := --flags=system-libyaml -DEB_ENABLE_TESTS = $(shell test -e /usr/bin/ghc && echo yes) +DEB_ENABLE_TESTS = $(shell test -e /usr/bin/ghci && echo yes) include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk |