summaryrefslogtreecommitdiff
path: root/p/haskell-yaml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-08-16 18:01:21 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-08-16 18:01:21 +0200
commitf7f22728722ccf06160bdc641283a98d7398d6bf (patch)
tree59ed42050d2ebb9f4c779d503eda7ff181aab9ac /p/haskell-yaml
parente6628ea42f3ef934d2ff52e082e3889bbb29d557 (diff)
downloadDHG_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/changelog6
-rwxr-xr-xp/haskell-yaml/debian/rules2
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