[Pkg-haskell-commits] darcs: haskell-reflection: Sigh. In this version, the flag is called th, not template-haskell.

Joachim Breitner mail at joachim-breitner.de
Tue Jun 16 08:34:48 UTC 2015


Tue Jun 16 08:29:01 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Sigh. In this version, the flag is called th, not template-haskell.

    M ./changelog -1 +7
    M ./rules -2 +2

Tue Jun 16 08:29:01 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Sigh. In this version, the flag is called th, not template-haskell.
diff -rN -u old-haskell-reflection/changelog new-haskell-reflection/changelog
--- old-haskell-reflection/changelog	2015-06-16 08:34:48.128855976 +0000
+++ new-haskell-reflection/changelog	2015-06-16 08:34:48.136855970 +0000
@@ -1,6 +1,12 @@
+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 at 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 
+  * Actually drop the ghc-ghci dependency
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 15 Jun 2015 21:22:30 +0200
 
diff -rN -u old-haskell-reflection/rules new-haskell-reflection/rules
--- old-haskell-reflection/rules	2015-06-16 08:34:48.128855976 +0000
+++ new-haskell-reflection/rules	2015-06-16 08:34:48.132855972 +0000
@@ -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




More information about the Pkg-haskell-commits mailing list