[DHG_packages] 01/01: vector-instances: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 15:16:39 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 3beccb66acbff5e97ec33721a6842d15c4788524
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 11:15:54 2016 -0400
vector-instances: build with ghc 8 in experimental
---
p/haskell-vector-instances/debian/changelog | 8 ++++----
p/haskell-vector-instances/debian/control | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/p/haskell-vector-instances/debian/changelog b/p/haskell-vector-instances/debian/changelog
index 4e75198..48c616f 100644
--- a/p/haskell-vector-instances/debian/changelog
+++ b/p/haskell-vector-instances/debian/changelog
@@ -1,13 +1,13 @@
-haskell-vector-instances (3.3.1-3) UNRELEASED; urgency=medium
+haskell-vector-instances (3.3.1-3) 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:36:27 +0300
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 11:15:38 -0400
haskell-vector-instances (3.3.1-2) unstable; urgency=medium
diff --git a/p/haskell-vector-instances/debian/control b/p/haskell-vector-instances/debian/control
index 43e522f..bfa483d 100644
--- a/p/haskell-vector-instances/debian/control
+++ b/p/haskell-vector-instances/debian/control
@@ -6,7 +6,7 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
libghc-comonad-dev (>= 3),
libghc-comonad-prof,
@@ -30,7 +30,7 @@ Build-Depends-Indep: ghc-doc,
libghc-vector-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/ekmett/vector-instances
-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-vector-instances
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: orphan instances for Data.Vector
Keyed, Zip, ZipWithKey, Indexable, Lookup, Adjustable, FoldableWithKey,
--
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