[Pkg-haskell-commits] darcs: haskell-cmdargs: Build without TH on non-TH arches.

Clint Adams clint at debian.org
Thu Jan 5 20:33:28 UTC 2012


Thu Jan  5 20:33:16 UTC 2012  Clint Adams <clint at debian.org>
  * Build without TH on non-TH arches.
  Ignore-this: fc7ab4fdae95a9d8267409fd0674290d

    M ./changelog +8
    M ./control -1 +1
    M ./rules +2

Thu Jan  5 20:33:16 UTC 2012  Clint Adams <clint at debian.org>
  * Build without TH on non-TH arches.
  Ignore-this: fc7ab4fdae95a9d8267409fd0674290d
diff -rN -u old-haskell-cmdargs//changelog new-haskell-cmdargs//changelog
--- old-haskell-cmdargs//changelog	2012-01-05 20:33:27.951696451 +0000
+++ new-haskell-cmdargs//changelog	2012-01-05 20:33:27.958691258 +0000
@@ -1,3 +1,11 @@
+haskell-cmdargs (0.9-3) unstable; urgency=low
+
+  * Build without Quote module on architectures other than amd64,
+    i386, kfreebsd-amd64, kfreebsd-i386, and sparc, to compensate
+    for the lack of TH.
+
+ -- Clint Adams <clint at debian.org>  Thu, 05 Jan 2012 15:25:52 -0500
+
 haskell-cmdargs (0.9-2) unstable; urgency=low
 
   * Introduce build dependency on ghc-ghci.  closes: #654628.
diff -rN -u old-haskell-cmdargs//control new-haskell-cmdargs//control
--- old-haskell-cmdargs//control	2012-01-05 20:33:27.951696451 +0000
+++ new-haskell-cmdargs//control	2012-01-05 20:33:27.958691258 +0000
@@ -8,7 +8,7 @@
   , haskell-devscripts (>= 0.8)
   , ghc
   , ghc-prof
-  , ghc-ghci
+  , ghc-ghci [amd64 i386 kfreebsd-amd64 kfreebsd-i386 sparc]
   , libghc-transformers-dev (>> 0.2)
   , libghc-transformers-dev (<< 0.3)
   , libghc-transformers-prof
diff -rN -u old-haskell-cmdargs//rules new-haskell-cmdargs//rules
--- old-haskell-cmdargs//rules	2012-01-05 20:33:27.951696451 +0000
+++ new-haskell-cmdargs//rules	2012-01-05 20:33:27.958691258 +0000
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/bin/ghci || echo --flags=-quotation)
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk





More information about the Pkg-haskell-commits mailing list