[Pkg-haskell-commits] darcs: haskell-curl: (Build-)Depend on libcurl4-openssl-dev instead of libcurl4-gnutls-dev (Closes: #751886). This works around the problem that both gnutls and the GHC runtime use libgmp, but in incompatible way. Likely this problem will be solved with GHC 7.10. Thanks to Apollon Oikonomopoulos for preparing and testing the patch.
Joachim Breitner
mail at joachim-breitner.de
Mon Sep 29 07:52:43 UTC 2014
Mon Sep 29 07:50:07 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* (Build-)Depend on libcurl4-openssl-dev instead of libcurl4-gnutls-dev (Closes: #751886). This works around the problem that both gnutls and the GHC runtime use libgmp, but in incompatible way. Likely this problem will be solved with GHC 7.10. Thanks to Apollon Oikonomopoulos for preparing and testing the patch.
M ./changelog +5
M ./control -2 +2
Mon Sep 29 07:50:07 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* (Build-)Depend on libcurl4-openssl-dev instead of libcurl4-gnutls-dev (Closes: #751886). This works around the problem that both gnutls and the GHC runtime use libgmp, but in incompatible way. Likely this problem will be solved with GHC 7.10. Thanks to Apollon Oikonomopoulos for preparing and testing the patch.
diff -rN -u old-haskell-curl/changelog new-haskell-curl/changelog
--- old-haskell-curl/changelog 2014-09-29 07:52:43.123492109 +0000
+++ new-haskell-curl/changelog 2014-09-29 07:52:43.127492111 +0000
@@ -2,6 +2,11 @@
* Adjust watch file to new hackage layout
* Remove dependency on doc-base
+ * (Build-)Depend on libcurl4-openssl-dev instead of libcurl4-gnutls-dev
+ (Closes: #751886). This works around the problem that both gnutls and the
+ GHC runtime use libgmp, but in incompatible way. Likely this problem will
+ be solved with GHC 7.10.
+ Thanks to Apollon Oikonomopoulos for preparing and testing the patch.
-- Joachim Breitner <nomeata at debian.org> Sat, 05 Oct 2013 18:20:00 +0200
diff -rN -u old-haskell-curl/control new-haskell-curl/control
--- old-haskell-curl/control 2014-09-29 07:52:43.119492108 +0000
+++ new-haskell-curl/control 2014-09-29 07:52:43.123492109 +0000
@@ -10,7 +10,7 @@
haskell-devscripts (>= 0.8.15),
ghc,
ghc-prof,
- libcurl4-gnutls-dev
+ libcurl4-openssl-dev
Standards-Version: 3.9.4
Build-Depends-Indep: ghc-doc
Homepage: http://hackage.haskell.org/package/curl
@@ -19,7 +19,7 @@
Package: libghc-curl-dev
Architecture: any
-Depends: libcurl4-gnutls-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Depends: libcurl4-openssl-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: GHC libraries for the libcurl Haskell bindings${haskell:ShortBlurb}
More information about the Pkg-haskell-commits
mailing list