[DHG_packages] 04/05: project-template: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 20:44:01 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 7e9e767a6302615caf48bbe2a954043bcdf62d86
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 16:42:27 2016 -0400
project-template: build with ghc 8 in experimental
---
p/haskell-project-template/debian/changelog | 8 ++--
p/haskell-project-template/debian/control | 64 ++++++++++++++++++-----------
2 files changed, 43 insertions(+), 29 deletions(-)
diff --git a/p/haskell-project-template/debian/changelog b/p/haskell-project-template/debian/changelog
index 044a02d..246aaf1 100644
--- a/p/haskell-project-template/debian/changelog
+++ b/p/haskell-project-template/debian/changelog
@@ -1,13 +1,13 @@
-haskell-project-template (0.2.0-3) UNRELEASED; urgency=medium
+haskell-project-template (0.2.0-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:01 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 16:42:23 -0400
haskell-project-template (0.2.0-2) unstable; urgency=medium
diff --git a/p/haskell-project-template/debian/control b/p/haskell-project-template/debian/control
index bb84034..157eca4 100644
--- a/p/haskell-project-template/debian/control
+++ b/p/haskell-project-template/debian/control
@@ -1,32 +1,35 @@
Source: haskell-project-template
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-base64-bytestring-dev,
libghc-base64-bytestring-prof,
- libghc-conduit-dev (>= 1.0),
+ libghc-conduit-dev,
libghc-conduit-dev (<< 1.3),
- libghc-conduit-prof,
+ libghc-conduit-dev (>= 1.0),
libghc-conduit-extra-dev,
libghc-conduit-extra-prof,
+ libghc-conduit-prof,
+ libghc-hspec-dev (>= 1.3),
libghc-mtl-dev (>= 2.0),
libghc-mtl-prof,
+ libghc-quickcheck2-dev,
+ libghc-resourcet-dev,
libghc-resourcet-dev (>= 0.4.3),
libghc-resourcet-prof,
+ libghc-text-dev,
libghc-text-dev (>= 0.11),
libghc-text-prof,
- libghc-quickcheck2-dev,
- libghc-conduit-dev,
- libghc-hspec-dev (>= 1.3),
- libghc-resourcet-dev,
- libghc-text-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-base64-bytestring-doc,
libghc-conduit-doc,
libghc-conduit-extra-doc,
@@ -35,17 +38,21 @@ Build-Depends-Indep: ghc-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/fpco/haskell-ide
-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-project-template
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-project-template-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: specify Haskell project templates and generate files${haskell:ShortBlurb}
Framework for project templates/scaffolding.
.
@@ -53,11 +60,15 @@ Description: specify Haskell project templates and generate files${haskell:Short
Package: libghc-project-template-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: specify Haskell project templates and generate files${haskell:ShortBlurb}
Framework for project templates/scaffolding.
.
@@ -66,10 +77,13 @@ Description: specify Haskell project templates and generate files${haskell:Short
Package: libghc-project-template-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: specify Haskell project templates and generate files${haskell:ShortBlurb}
Framework for project templates/scaffolding.
.
--
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