diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-16 18:01:21 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-08-16 18:01:21 +0200 |
commit | f7f22728722ccf06160bdc641283a98d7398d6bf (patch) | |
tree | 59ed42050d2ebb9f4c779d503eda7ff181aab9ac /p/haskell-yaml | |
parent | e6628ea42f3ef934d2ff52e082e3889bbb29d557 (diff) | |
download | DHG_packages-f7f22728722ccf06160bdc641283a98d7398d6bf.tar.gz |
releasing package haskell-yaml version 0.8.12-2
Diffstat (limited to 'p/haskell-yaml')
-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 |