[Pkg-haskell-commits] darcs: haskell-hinotify: Do not use unsupported -fvia-C flag

Joachim Breitner mail at joachim-breitner.de
Mon Apr 11 13:32:23 UTC 2011


Mon Apr 11 13:31:34 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Do not use unsupported -fvia-C flag
  Ignore-this: 7318d7aba6713a82ee10ef0df2e776ae

    M ./changelog +4
    A ./patches/
    A ./patches/no-fvia-C.patch
    A ./patches/series

Mon Apr 11 13:31:34 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Do not use unsupported -fvia-C flag
  Ignore-this: 7318d7aba6713a82ee10ef0df2e776ae
diff -rN -u old-haskell-hinotify/changelog new-haskell-hinotify/changelog
--- old-haskell-hinotify/changelog	2011-04-11 13:32:23.827461621 +0000
+++ new-haskell-hinotify/changelog	2011-04-11 13:32:23.835462041 +0000
@@ -1,7 +1,11 @@
 haskell-hinotify (0.3.1-2) UNRELEASED; urgency=low
 
+  [ Marco Silva ]
   * Use ghc instead of ghc6
 
+  [ Joachim Breitner ]
+  * Do not use unsupported -fvia-C flag
+
  -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:41:06 -0200
 
 haskell-hinotify (0.3.1-1) unstable; urgency=low
diff -rN -u old-haskell-hinotify/patches/no-fvia-C.patch new-haskell-hinotify/patches/no-fvia-C.patch
--- old-haskell-hinotify/patches/no-fvia-C.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hinotify/patches/no-fvia-C.patch	2011-04-11 13:32:23.827461621 +0000
@@ -0,0 +1,10 @@
+--- haskell-hinotify-0.3.1.orig/hinotify.cabal
++++ haskell-hinotify-0.3.1/hinotify.cabal
+@@ -33,6 +33,6 @@ library
+     other-modules:
+         System.INotify.Masks
+ 
+-    ghc-options:    -fvia-C -Wall
++    ghc-options:    -Wall
+ 
+     hs-source-dirs: src
diff -rN -u old-haskell-hinotify/patches/series new-haskell-hinotify/patches/series
--- old-haskell-hinotify/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hinotify/patches/series	2011-04-11 13:32:23.827461621 +0000
@@ -0,0 +1 @@
+no-fvia-C.patch





More information about the Pkg-haskell-commits mailing list