[Pkg-haskell-commits] darcs: haskell-curl: Remove -fvia-C flags, they are no-ops in ghc-7.

Joachim Breitner mail at joachim-breitner.de
Mon Apr 11 08:56:21 UTC 2011


Mon Apr 11 08:55:35 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Remove -fvia-C flags, they are no-ops in ghc-7. 
  Ignore-this: 8b725c4c3f84db001be6f172ef2ab034

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

Mon Apr 11 08:55:35 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Remove -fvia-C flags, they are no-ops in ghc-7. 
  Ignore-this: 8b725c4c3f84db001be6f172ef2ab034
diff -rN -u old-haskell-curl/changelog new-haskell-curl/changelog
--- old-haskell-curl/changelog	2011-04-11 08:56:21.393467891 +0000
+++ new-haskell-curl/changelog	2011-04-11 08:56:21.401468311 +0000
@@ -5,6 +5,7 @@
 
   [ Joachim Breitner ]
   * New upstream release
+  * Remove -fvia-C flags, they are no-ops in ghc-7. 
 
  -- Joachim Breitner <nomeata at debian.org>  Sun, 10 Apr 2011 23:45:15 +0530
 
diff -rN -u old-haskell-curl/patches/no-fvia-C.patch new-haskell-curl/patches/no-fvia-C.patch
--- old-haskell-curl/patches/no-fvia-C.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-curl/patches/no-fvia-C.patch	2011-04-11 08:56:21.397468101 +0000
@@ -0,0 +1,32 @@
+--- haskell-curl-1.3.6.orig/Network/Curl/Easy.hs
++++ haskell-curl-1.3.6/Network/Curl/Easy.hs
+@@ -1,5 +1,4 @@
+ {-# LANGUAGE ForeignFunctionInterface #-}
+-{-# OPTIONS -fvia-C -#include "curl/curl.h" #-}
+ --------------------------------------------------------------------
+ -- |
+ -- Module    : Network.Curl.Easy
+--- haskell-curl-1.3.6.orig/Network/Curl/Info.hs
++++ haskell-curl-1.3.6/Network/Curl/Info.hs
+@@ -1,5 +1,4 @@
+ {-# LANGUAGE ForeignFunctionInterface #-}
+-{-# OPTIONS -fvia-C -#include "curl/curl.h" #-}
+ --------------------------------------------------------------------
+ -- |
+ -- Module    : Network.Curl.Info
+--- haskell-curl-1.3.6.orig/Network/Curl/Post.hs
++++ haskell-curl-1.3.6/Network/Curl/Post.hs
+@@ -1,5 +1,4 @@
+ {-# LANGUAGE ForeignFunctionInterface #-}
+-{-# OPTIONS -fvia-C -#include "curl/curl.h" #-}
+ --------------------------------------------------------------------
+ -- |
+ -- Module    : Network.Curl.Post
+--- haskell-curl-1.3.6.orig/Network/Curl/Code.hs
++++ haskell-curl-1.3.6/Network/Curl/Code.hs
+@@ -1,5 +1,4 @@
+ {-# LANGUAGE ForeignFunctionInterface #-}
+-{-# OPTIONS -fvia-C -#include "curl/curl.h" #-}
+ --------------------------------------------------------------------
+ -- |
+ -- Module    : Network.Curl.Code
diff -rN -u old-haskell-curl/patches/series new-haskell-curl/patches/series
--- old-haskell-curl/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-curl/patches/series	2011-04-11 08:56:21.397468101 +0000
@@ -0,0 +1 @@
+no-fvia-C.patch





More information about the Pkg-haskell-commits mailing list