slyfox 15/08/01 11:31:55 Added: pandoc-1.15.0.6-no-https.patch Log: Fix USE=-https build failure. Reported by CasperVector. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.1 app-text/pandoc/files/pandoc-1.15.0.6-no-https.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/files/pandoc-1.15.0.6-no-https.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/files/pandoc-1.15.0.6-no-https.patch?rev=1.1&content-type=text/plain Index: pandoc-1.15.0.6-no-https.patch =================================================================== diff --git a/src/Text/Pandoc/Shared.hs b/src/Text/Pandoc/Shared.hs index ef9f66a..50b0ec4 100644 --- a/src/Text/Pandoc/Shared.hs +++ b/src/Text/Pandoc/Shared.hs @@ -143,2 +143,3 @@ import Paths_pandoc (getDataFileName) #endif +import Codec.Archive.Zip #ifdef HTTP_CLIENT @@ -152,3 +153,2 @@ import Network.HTTP.Types.Header ( hContentType) import Network (withSocketsDo) -import Codec.Archive.Zip #else
