summaryrefslogtreecommitdiff
path: root/p/haskell-punycode
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 01:06:51 -0400
committerClint Adams <clint@debian.org>2016-10-16 01:06:51 -0400
commit68ca8bc0eb6c80c9622ca1d0814671342fab8264 (patch)
tree627e5046c561f742c95acfabe7462252e67ae1b0 /p/haskell-punycode
parent68efbb29679994b8573c9c98af459ef307772589 (diff)
downloadDHG_packages-68ca8bc0eb6c80c9622ca1d0814671342fab8264.tar.gz
punycode: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-punycode')
-rw-r--r--p/haskell-punycode/debian/changelog8
-rw-r--r--p/haskell-punycode/debian/control50
2 files changed, 36 insertions, 22 deletions
diff --git a/p/haskell-punycode/debian/changelog b/p/haskell-punycode/debian/changelog
index 98dc28de3..c3ac825d9 100644
--- a/p/haskell-punycode/debian/changelog
+++ b/p/haskell-punycode/debian/changelog
@@ -1,13 +1,13 @@
-haskell-punycode (2.0-7) UNRELEASED; urgency=medium
+haskell-punycode (2.0-7) 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:02 +0300
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 01:06:42 -0400
haskell-punycode (2.0-6) unstable; urgency=medium
diff --git a/p/haskell-punycode/debian/control b/p/haskell-punycode/debian/control
index d1bd73ab4..529916fda 100644
--- a/p/haskell-punycode/debian/control
+++ b/p/haskell-punycode/debian/control
@@ -1,36 +1,43 @@
Source: haskell-punycode
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata@debian.org>
+Uploaders:
+ Joachim Breitner <nomeata@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-cereal-dev,
libghc-cereal-prof,
libghc-mtl-dev,
libghc-mtl-prof,
libghc-text-dev,
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-cereal-doc,
libghc-mtl-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/litherum/punycode
-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-punycode
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-punycode-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: Encode unicode strings to ascii forms according to RFC 3492${haskell:ShortBlurb}
Encode unicode strings to ascii forms according to RFC 3492. It is written in
pure Haskell.
@@ -39,11 +46,15 @@ Description: Encode unicode strings to ascii forms according to RFC 3492${haskel
Package: libghc-punycode-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: Encode unicode strings to ascii forms according to RFC 3492${haskell:ShortBlurb}
Encode unicode strings to ascii forms according to RFC 3492. It is written in
pure Haskell.
@@ -53,10 +64,13 @@ Description: Encode unicode strings to ascii forms according to RFC 3492${haskel
Package: libghc-punycode-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: Encode unicode strings to ascii forms according to RFC 3492${haskell:ShortBlurb}
Encode unicode strings to ascii forms according to RFC 3492. It is written in
pure Haskell.