[Pkg-haskell-commits] darcs: darcs: Build with curl support

Iain Lane laney at debian.org
Sat Apr 28 00:06:26 UTC 2012


Mon Apr  2 18:29:52 UTC 2012  Iain Lane <laney at debian.org>
  * Build with curl support 
  Ignore-this: 80f939bf8a2b88b4dc3bd9d76c02b59d

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

Mon Apr  2 18:29:52 UTC 2012  Iain Lane <laney at debian.org>
  * Build with curl support 
  Ignore-this: 80f939bf8a2b88b4dc3bd9d76c02b59d
diff -rN -u old-darcs//changelog new-darcs//changelog
--- old-darcs//changelog	2012-04-28 00:06:24.999248881 +0000
+++ new-darcs//changelog	2012-04-28 00:06:25.355249358 +0000
@@ -4,6 +4,7 @@
   * debian/control: Update BDs for this release 
   * Add -fforce-char8-encoding flag for proper filename encoding support on
     GHC 7.4 
+  * Build with curl support 
 
  -- Iain Lane <laney at debian.org>  Mon, 02 Apr 2012 19:11:22 +0100
 
diff -rN -u old-darcs//rules new-darcs//rules
--- old-darcs//rules	2012-04-28 00:06:24.999248881 +0000
+++ new-darcs//rules	2012-04-28 00:06:25.355249358 +0000
@@ -5,7 +5,7 @@
 
 DEB_INSTALL_CHANGELOGS_ALL=NEWS
 
-DEB_SETUP_GHC_CONFIGURE_ARGS=$(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) -flibrary -fforce-char8-encoding --ghc-options="+RTS -V0 -RTS"
+DEB_SETUP_GHC_CONFIGURE_ARGS=$(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) -flibrary -fforce-char8-encoding -fcurl --ghc-options="+RTS -V0 -RTS"
 
 common-binary-post-install-arch::
 ifneq (nocheck,$(filter nocheck,$(DEB_BUILD_OPTIONS)))





More information about the Pkg-haskell-commits mailing list