[DHG_packages] 01/01: memory: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 18:13:21 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 d333df3cc60ba4bb9fa853970d806c94e4effa55
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 14:12:26 2016 -0400
memory: build with ghc 8 in experimental
---
p/haskell-memory/debian/changelog | 6 +++---
p/haskell-memory/debian/control | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/p/haskell-memory/debian/changelog b/p/haskell-memory/debian/changelog
index ef1728e..009e66f 100644
--- a/p/haskell-memory/debian/changelog
+++ b/p/haskell-memory/debian/changelog
@@ -1,8 +1,8 @@
-haskell-memory (0.13-2) UNRELEASED; urgency=medium
+haskell-memory (0.13-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:46 +0200
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 14:12:21 -0400
haskell-memory (0.13-1) unstable; urgency=medium
diff --git a/p/haskell-memory/debian/control b/p/haskell-memory/debian/control
index 3b27b6f..dd6329e 100644
--- a/p/haskell-memory/debian/control
+++ b/p/haskell-memory/debian/control
@@ -6,7 +6,7 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
libghc-tasty-dev,
libghc-tasty-hunit-dev,
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 9),
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/vincenthz/hs-memory
-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-memory
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: memory and related abstraction stuff
Chunk of memory, polymorphic byte array management and manipulation.
--
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