From 1318bc26988297348be0ca3bd4d02e7713739b5f Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Tue, 16 Jun 2015 11:29:01 +0300 Subject: haskell-reflection: Sigh. In this version, the flag is called th, not template-haskell. --- p/haskell-reflection/debian/changelog | 6 ++++++ p/haskell-reflection/debian/rules | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'p/haskell-reflection') 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 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 -- cgit v1.2.3