summaryrefslogtreecommitdiff
path: root/p/haskell-reflection
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-reflection')
-rw-r--r--p/haskell-reflection/debian/changelog6
-rwxr-xr-xp/haskell-reflection/debian/rules4
2 files changed, 8 insertions, 2 deletions
diff --git a/p/haskell-reflection/debian/changelog b/p/haskell-reflection/debian/changelog
index d59672016..87fbdad8b 100644
--- a/p/haskell-reflection/debian/changelog
+++ b/p/haskell-reflection/debian/changelog
@@ -1,3 +1,9 @@
+haskell-reflection (1.5.1.2-6) UNRELEASED; urgency=medium
+
+ * Sigh. In this version, the flag is called th, not template-haskell.
+
+ -- Joachim Breitner <nomeata@debian.org> Tue, 16 Jun 2015 10:28:43 +0200
+
haskell-reflection (1.5.1.2-5) unstable; urgency=medium
* Actually drop the ghc-ghci dependency
diff --git a/p/haskell-reflection/debian/rules b/p/haskell-reflection/debian/rules
index 33f3cefba..1effd9316 100755
--- a/p/haskell-reflection/debian/rules
+++ b/p/haskell-reflection/debian/rules
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
ifeq (0,$(shell ghc --info | grep -q 'Have interpreter.*YES'; echo $$?))
-DEB_SETUP_GHC_CONFIGURE_ARGS += --flags=template-haskell
+DEB_SETUP_GHC_CONFIGURE_ARGS += --flags=template-haskell --flags=th
else
-DEB_SETUP_GHC_CONFIGURE_ARGS += --flags=-template-haskell
+DEB_SETUP_GHC_CONFIGURE_ARGS += --flags=-template-haskell --flags=-th
endif
include /usr/share/cdbs/1/rules/debhelper.mk