summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-project-template/debian/changelog8
-rw-r--r--p/haskell-project-template/debian/control64
2 files changed, 43 insertions, 29 deletions
diff --git a/p/haskell-project-template/debian/changelog b/p/haskell-project-template/debian/changelog
index 044a02de2..246aaf1d6 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@gnu.org> Tue, 10 May 2016 09:36:01 +0300
+ -- Clint Adams <clint@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 bb8403430..157eca4a9 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@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
+Uploaders:
+ Clint Adams <clint@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.
.