[Pkg-haskell-commits] darcs: darcs: Add -fforce-char8-encoding flag for proper filename encoding support on GHC 7.4

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


Mon Apr  2 18:29:15 UTC 2012  Iain Lane <laney at debian.org>
  * Add -fforce-char8-encoding flag for proper filename encoding support on GHC 7.4 
  Ignore-this: e63ad3095f9c90648492ba1af5dc86fd

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

Mon Apr  2 18:29:15 UTC 2012  Iain Lane <laney at debian.org>
  * Add -fforce-char8-encoding flag for proper filename encoding support on GHC 7.4 
  Ignore-this: e63ad3095f9c90648492ba1af5dc86fd
diff -rN -u old-darcs//changelog new-darcs//changelog
--- old-darcs//changelog	2012-04-28 00:06:19.349751652 +0000
+++ new-darcs//changelog	2012-04-28 00:06:19.733749560 +0000
@@ -2,6 +2,8 @@
 
   * debian/watch: Track beta versions
   * debian/control: Update BDs for this release 
+  * Add -fforce-char8-encoding flag for proper filename encoding support on
+    GHC 7.4 
 
  -- 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:19.349751652 +0000
+++ new-darcs//rules	2012-04-28 00:06:19.729751899 +0000
@@ -5,7 +5,7 @@
 
 DEB_INSTALL_CHANGELOGS_ALL=NEWS
 
-DEB_SETUP_GHC_CONFIGURE_ARGS=-fcurl-pipelining $(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) -flibrary --ghc-options="+RTS -V0 -RTS"
+DEB_SETUP_GHC_CONFIGURE_ARGS=$(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) -flibrary -fforce-char8-encoding --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