[DHG_packages] 02/04: curl: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 16:26:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit f9032f2de3e0a794c3d39534556ce15b1baa63df
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 12:22:30 2016 -0400
curl: build with ghc 8 in experimental
---
p/haskell-curl/debian/changelog | 9 +++++----
p/haskell-curl/debian/control | 6 +++---
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/p/haskell-curl/debian/changelog b/p/haskell-curl/debian/changelog
index 4b74c93..4bd0f72 100644
--- a/p/haskell-curl/debian/changelog
+++ b/p/haskell-curl/debian/changelog
@@ -1,14 +1,15 @@
-haskell-curl (1.3.8-8) UNRELEASED; urgency=medium
+haskell-curl (1.3.8-8) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
+ * Switch back to libcurl4-gnutls-dev because OpenSSL is horrible.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:05 +0300
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 12:21:36 -0400
haskell-curl (1.3.8-7) unstable; urgency=medium
diff --git a/p/haskell-curl/debian/control b/p/haskell-curl/debian/control
index 9f94b9a..4aaef06 100644
--- a/p/haskell-curl/debian/control
+++ b/p/haskell-curl/debian/control
@@ -8,13 +8,13 @@ Build-Depends: dctrl-tools,
debhelper (>= 9),
cdbs,
haskell-devscripts (>= 0.10),
- ghc,
+ ghc (>= 8),
ghc-prof,
- libcurl4-openssl-dev,
+ libcurl4-gnutls-dev,
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/curl
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-curl
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-curl-dev
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list