summaryrefslogtreecommitdiff
path: root/p/haskell-http-date/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 15:02:27 -0400
committerClint Adams <clint@debian.org>2016-10-17 15:02:27 -0400
commitd70d8b762688880cc4dc39a85475003673ad5400 (patch)
tree77b546c1917ef7ef44b22e2c0cdd632904d8e701 /p/haskell-http-date/debian
parent8f4f2b19e1f2c6eb7bb55e093c936adfb8b8d2ac (diff)
downloadDHG_packages-d70d8b762688880cc4dc39a85475003673ad5400.tar.gz
http-date: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-http-date/debian')
-rw-r--r--p/haskell-http-date/debian/changelog8
-rw-r--r--p/haskell-http-date/debian/control51
2 files changed, 37 insertions, 22 deletions
diff --git a/p/haskell-http-date/debian/changelog b/p/haskell-http-date/debian/changelog
index 6f65d9a8b..ce129ed24 100644
--- a/p/haskell-http-date/debian/changelog
+++ b/p/haskell-http-date/debian/changelog
@@ -1,13 +1,13 @@
-haskell-http-date (0.0.6.1-4) UNRELEASED; urgency=medium
+haskell-http-date (0.0.6.1-4) 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:35:33 +0300
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 15:02:17 -0400
haskell-http-date (0.0.6.1-3) unstable; urgency=medium
diff --git a/p/haskell-http-date/debian/control b/p/haskell-http-date/debian/control
index 64b065b2b..355431148 100644
--- a/p/haskell-http-date/debian/control
+++ b/p/haskell-http-date/debian/control
@@ -1,30 +1,38 @@
Source: haskell-http-date
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Iulian Udrea <iulian@linux.com>, Clint Adams <clint@debian.org>
+Uploaders:
+ Iulian Udrea <iulian@linux.com>,
+ 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-attoparsec-dev,
libghc-attoparsec-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-attoparsec-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/http-date
-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-http-date
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-http-date-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: HTTP Date parser/formatter${haskell:ShortBlurb}
Fast parser and formatter for HTTP Date.
.
@@ -32,11 +40,15 @@ Description: HTTP Date parser/formatter${haskell:ShortBlurb}
Package: libghc-http-date-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: HTTP Date parser/formatter${haskell:ShortBlurb}
Fast parser and formatter for HTTP Date.
.
@@ -45,10 +57,13 @@ Description: HTTP Date parser/formatter${haskell:ShortBlurb}
Package: libghc-http-date-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: HTTP Date parser/formatter${haskell:ShortBlurb}
Fast parser and formatter for HTTP Date.
.