summaryrefslogtreecommitdiff
path: root/p/haskell-curl
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2011-04-11 12:55:35 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2011-04-11 12:55:35 +0400
commitce066e7d31061024476cf717e5b75461036b5e65 (patch)
treed4c1ebce044ed7c9b062736a7ac05edab1618dc6 /p/haskell-curl
parent5df58580a8e8a6711b73d633236fd7931ad1590e (diff)
downloadDHG_packages-ce066e7d31061024476cf717e5b75461036b5e65.tar.gz
haskell-curl: Remove -fvia-C flags, they are no-ops in ghc-7.
Diffstat (limited to 'p/haskell-curl')
-rw-r--r--p/haskell-curl/debian/changelog1
-rw-r--r--p/haskell-curl/debian/patches/no-fvia-C.patch32
-rw-r--r--p/haskell-curl/debian/patches/series1
3 files changed, 34 insertions, 0 deletions
diff --git a/p/haskell-curl/debian/changelog b/p/haskell-curl/debian/changelog
index 30d898431..1c1520d4e 100644
--- a/p/haskell-curl/debian/changelog
+++ b/p/haskell-curl/debian/changelog
@@ -5,6 +5,7 @@ haskell-curl (1.3.6-1) UNRELEASED; urgency=low
[ Joachim Breitner ]
* New upstream release
+ * Remove -fvia-C flags, they are no-ops in ghc-7.
-- Joachim Breitner <nomeata@debian.org> Sun, 10 Apr 2011 23:45:15 +0530
diff --git a/p/haskell-curl/debian/patches/no-fvia-C.patch b/p/haskell-curl/debian/patches/no-fvia-C.patch
new file mode 100644
index 000000000..7acb06255
--- /dev/null
+++ b/p/haskell-curl/debian/patches/no-fvia-C.patch
@@ -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 --git a/p/haskell-curl/debian/patches/series b/p/haskell-curl/debian/patches/series
new file mode 100644
index 000000000..649529521
--- /dev/null
+++ b/p/haskell-curl/debian/patches/series
@@ -0,0 +1 @@
+no-fvia-C.patch