[Pkg-haskell-commits] darcs: haskell-happstack-server: Build with --flags=-template_haskell (disabling IPv6 support) if GHCi is unavailable. Drop build-dependency on ghc-ghci.

Colin Watson cjwatson at debian.org
Wed May 1 15:35:42 UTC 2013


Wed May  1 15:35:26 UTC 2013  Colin Watson <cjwatson at debian.org>
  * Build with --flags=-template_haskell (disabling IPv6 support) if GHCi is unavailable.  Drop build-dependency on ghc-ghci.
  Ignore-this: 56904e548a85a929b0c4ce10faa6450f

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

Wed May  1 15:35:26 UTC 2013  Colin Watson <cjwatson at debian.org>
  * Build with --flags=-template_haskell (disabling IPv6 support) if GHCi is unavailable.  Drop build-dependency on ghc-ghci.
  Ignore-this: 56904e548a85a929b0c4ce10faa6450f
diff -rN -u old-haskell-happstack-server//changelog new-haskell-happstack-server//changelog
--- old-haskell-happstack-server//changelog	2013-05-01 15:35:42.414535765 +0000
+++ new-haskell-happstack-server//changelog	2013-05-01 15:35:42.418544264 +0000
@@ -1,3 +1,10 @@
+haskell-happstack-server (7.1.7-2) UNRELEASED; urgency=low
+
+  * Build with --flags=-template_haskell (disabling IPv6 support) if GHCi is
+    unavailable.  Drop build-dependency on ghc-ghci.
+
+ -- Colin Watson <cjwatson at debian.org>  Wed, 01 May 2013 08:41:31 +0100
+
 haskell-happstack-server (7.1.7-1) experimental; urgency=low
 
   * New upstream version.
diff -rN -u old-haskell-happstack-server//control new-haskell-happstack-server//control
--- old-haskell-happstack-server//control	2013-05-01 15:35:42.414535765 +0000
+++ new-haskell-happstack-server//control	2013-05-01 15:35:42.418544264 +0000
@@ -36,7 +36,6 @@
  , libghc-sendfile-prof
  , libghc-system-filepath-dev (>= 0.3.1)
  , libghc-system-filepath-prof
- , ghc-ghci
  , libghc-syb-dev
  , libghc-syb-prof
  , libghc-text-dev (>= 0.10)
diff -rN -u old-haskell-happstack-server//rules new-haskell-happstack-server//rules
--- old-haskell-happstack-server//rules	2013-05-01 15:35:42.414535765 +0000
+++ new-haskell-happstack-server//rules	2013-05-01 15:35:42.422535850 +0000
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/bin/ghci || echo --flags=-template_haskell; exit 0)
 DEB_ENABLE_TESTS = yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk





More information about the Pkg-haskell-commits mailing list