[DHG_packages] 01/01: charsetdetect-ae: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 14:54:26 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 e2dc89010b1ed3ecd710899ccd687904bddcb1cc
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 10:53:13 2016 -0400
charsetdetect-ae: build with ghc 8 in experimental
---
p/haskell-charsetdetect-ae/debian/changelog | 8 ++++----
p/haskell-charsetdetect-ae/debian/control | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/p/haskell-charsetdetect-ae/debian/changelog b/p/haskell-charsetdetect-ae/debian/changelog
index f2c1f5a..5963c2c 100644
--- a/p/haskell-charsetdetect-ae/debian/changelog
+++ b/p/haskell-charsetdetect-ae/debian/changelog
@@ -1,13 +1,13 @@
-haskell-charsetdetect-ae (1.1.0.1-2) UNRELEASED; urgency=medium
+haskell-charsetdetect-ae (1.1.0.1-2) 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)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:34:55 +0300
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 10:52:46 -0400
haskell-charsetdetect-ae (1.1.0.1-1) unstable; urgency=medium
diff --git a/p/haskell-charsetdetect-ae/debian/control b/p/haskell-charsetdetect-ae/debian/control
index 7368ecc..26ca23e 100644
--- a/p/haskell-charsetdetect-ae/debian/control
+++ b/p/haskell-charsetdetect-ae/debian/control
@@ -6,15 +6,15 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
libstdc++-dev,
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/Aelve/charsetdetect-ae
-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-charsetdetect-ae
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Charset detection using Mozilla's Universal Character Set Detector
+X-Description: charset detection using Mozilla's Universal Character Set Detector
Mozilla have developed a robust and efficient character set detection
algorithm for use in their web browsers. The algorithm is able to detect all
of the most frequently encountered character encodings totally automatically.
--
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