summaryrefslogtreecommitdiff
path: root/p/haskell-cgi
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 15:39:53 -0400
committerClint Adams <clint@debian.org>2016-10-16 15:39:53 -0400
commit1237ddec2ac9614b5803c3ffe0de0220b2f77024 (patch)
treeadd05d30b0a87576fbe870c56823caab2fd0235d /p/haskell-cgi
parent86591c9f346cf8fe4365244db256f3e0917439b2 (diff)
downloadDHG_packages-1237ddec2ac9614b5803c3ffe0de0220b2f77024.tar.gz
cgi: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-cgi')
-rw-r--r--p/haskell-cgi/debian/changelog6
-rw-r--r--p/haskell-cgi/debian/control52
2 files changed, 35 insertions, 23 deletions
diff --git a/p/haskell-cgi/debian/changelog b/p/haskell-cgi/debian/changelog
index d2160cd2c..b35a1e19d 100644
--- a/p/haskell-cgi/debian/changelog
+++ b/p/haskell-cgi/debian/changelog
@@ -1,8 +1,8 @@
-haskell-cgi (3001.3.0.1-2) UNRELEASED; urgency=medium
+haskell-cgi (3001.3.0.1-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:17 +0200
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 15:39:30 -0400
haskell-cgi (3001.3.0.1-1) unstable; urgency=medium
diff --git a/p/haskell-cgi/debian/control b/p/haskell-cgi/debian/control
index 6b299f3f8..a3a8af7c8 100644
--- a/p/haskell-cgi/debian/control
+++ b/p/haskell-cgi/debian/control
@@ -1,31 +1,35 @@
Source: haskell-cgi
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata@debian.org>, Clint Adams <clint@debian.org>
+Uploaders:
+ Joachim Breitner <nomeata@debian.org>,
+ 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-exceptions-dev (<< 0.9),
libghc-exceptions-prof,
- libghc-mtl-dev (>= 2.2.1),
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.2.1),
libghc-mtl-prof,
- libghc-multipart-dev (>= 0.1.2),
libghc-multipart-dev (<< 0.2),
+ libghc-multipart-dev (>= 0.1.2),
libghc-multipart-prof,
- libghc-network-dev (>= 2.6),
libghc-network-dev (<< 2.7),
+ libghc-network-dev (>= 2.6),
libghc-network-prof,
- libghc-network-uri-dev (>= 2.6),
libghc-network-uri-dev (<< 2.7),
+ libghc-network-uri-dev (>= 2.6),
libghc-network-uri-prof,
- libghc-parsec3-dev (>= 2.0),
libghc-parsec3-dev (<< 3.2),
+ libghc-parsec3-dev (>= 2.0),
libghc-parsec3-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-exceptions-doc,
libghc-mtl-doc,
libghc-multipart-doc,
@@ -34,16 +38,19 @@ Build-Depends-Indep: ghc-doc,
libghc-parsec3-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/cheecheeo/haskell-cgi
-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-cgi
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-cgi-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Haskell CGI library for GHC${haskell:ShortBlurb}
This library is for writing CGI programs.
.
@@ -51,9 +58,11 @@ Description: Haskell CGI library for GHC${haskell:ShortBlurb}
Package: libghc-cgi-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Provides: ${haskell:Provides},
+Provides:
+ ${haskell:Provides},
Description: Haskell CGI library for GHC${haskell:ShortBlurb}
This library is for writing CGI programs.
.
@@ -62,10 +71,13 @@ Description: Haskell CGI library for GHC${haskell:ShortBlurb}
Package: libghc-cgi-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Haskell CGI library for GHC${haskell:ShortBlurb}
This library is for writing CGI programs.
.