[Pkg-haskell-commits] darcs: haskell-criterion: no-utf8-warnings.patch: Removed, build does not produce warnings any more

Joachim Breitner mail at joachim-breitner.de
Fri Apr 15 14:41:28 UTC 2011


Fri Apr 15 14:35:15 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * no-utf8-warnings.patch: Removed, build does not produce warnings any more
  Ignore-this: e74dbda34959880f6176cdcf7b36f5c4

    M ./changelog +2
    R ./patches/
    R ./patches/no-utf8-warnings.patch
    R ./patches/series

Fri Apr 15 14:35:15 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * no-utf8-warnings.patch: Removed, build does not produce warnings any more
  Ignore-this: e74dbda34959880f6176cdcf7b36f5c4
diff -rN -u old-haskell-criterion/changelog new-haskell-criterion/changelog
--- old-haskell-criterion/changelog	2011-04-15 14:41:28.908260557 +0000
+++ new-haskell-criterion/changelog	2011-04-15 14:41:28.920261187 +0000
@@ -5,6 +5,8 @@
 
   [ Joachim Breitner ]
   * New upstream release
+  * no-utf8-warnings.patch: Removed, build does not produce warnings any
+    more
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 15 Apr 2011 19:55:21 +0530
 
diff -rN -u old-haskell-criterion/patches/no-utf8-warnings.patch new-haskell-criterion/patches/no-utf8-warnings.patch
--- old-haskell-criterion/patches/no-utf8-warnings.patch	2011-04-15 14:41:28.908260557 +0000
+++ new-haskell-criterion/patches/no-utf8-warnings.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,28 +0,0 @@
-Description: Workaround Cabal bug of GHC parameter order
- Cabal is reordering the GHC parameters, so the old code would put
- -fwarn-no-unused-do-bind before -Wall, which would not avoid this warnings
- from showing.  This is very important because there's an UTF-8 char being
- shown in one of the warnings (in Criterion/Analysis.hs), which was making the
- build fail in hosts without a configured locale.
-Forwarded: http://lists.debian.org/debian-haskell/2010/05/msg00099.html
-Author: Marco Túlio Gontijo e Silva <marcot at debian.org>
-Last-Update: 2010-05-21
-
-Index: criterion-0.5.0.0/criterion.cabal
-===================================================================
---- criterion-0.5.0.0.orig/criterion.cabal	2010-05-21 18:31:43.000000000 -0300
-+++ criterion-0.5.0.0/criterion.cabal	2010-05-21 18:42:41.000000000 -0300
-@@ -68,8 +68,10 @@
-   -- gather extensive profiling data for now
-   ghc-prof-options: -auto-all
- 
--  ghc-options: -Wall -funbox-strict-fields -O2
-+  ghc-options: -funbox-strict-fields -O2
-   if impl(ghc >= 6.8)
-     ghc-options: -fwarn-tabs
--  if impl(ghc >= 6.12)
--    ghc-options: -fno-warn-unused-do-bind
-+    if impl(ghc >= 6.12)
-+      ghc-options: -Wall -fno-warn-unused-do-bind
-+  else
-+    ghc-options: -Wall
diff -rN -u old-haskell-criterion/patches/series new-haskell-criterion/patches/series
--- old-haskell-criterion/patches/series	2011-04-15 14:41:28.908260557 +0000
+++ new-haskell-criterion/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-no-utf8-warnings.patch





More information about the Pkg-haskell-commits mailing list