summaryrefslogtreecommitdiff
path: root/p/haskell-reflection
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-06-16 11:29:01 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2015-06-16 11:29:01 +0300
commit1318bc26988297348be0ca3bd4d02e7713739b5f (patch)
treec73094419b531f542004eaf2339223855c85e3a4 /p/haskell-reflection
parentb4279aeb82cbb5008724508c201f1d62694c9c63 (diff)
downloadDHG_packages-1318bc26988297348be0ca3bd4d02e7713739b5f.tar.gz
haskell-reflection: Sigh. In this version, the flag is called th, not template-haskell.
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