summaryrefslogtreecommitdiff
path: root/p/haskell-uri
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 01:13:24 -0400
committerClint Adams <clint@debian.org>2016-10-16 01:13:24 -0400
commit137b537b7bdbf054731f49b63789c8e77caa02b4 (patch)
tree61f455f0c5d9d6ccc2ce1445115a30ab754392b1 /p/haskell-uri
parent741de2c2f1676690b12713fe62eb4ba26899f9ba (diff)
downloadDHG_packages-137b537b7bdbf054731f49b63789c8e77caa02b4.tar.gz
uri: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-uri')
-rw-r--r--p/haskell-uri/debian/changelog8
-rw-r--r--p/haskell-uri/debian/control50
2 files changed, 36 insertions, 22 deletions
diff --git a/p/haskell-uri/debian/changelog b/p/haskell-uri/debian/changelog
index 572005572..247f0b19f 100644
--- a/p/haskell-uri/debian/changelog
+++ b/p/haskell-uri/debian/changelog
@@ -1,13 +1,13 @@
-haskell-uri (0.1.6.2-6) UNRELEASED; urgency=medium
+haskell-uri (0.1.6.2-6) 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:25 +0300
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 01:13:09 -0400
haskell-uri (0.1.6.2-5) unstable; urgency=medium
diff --git a/p/haskell-uri/debian/control b/p/haskell-uri/debian/control
index 09007b813..3bd729b7b 100644
--- a/p/haskell-uri/debian/control
+++ b/p/haskell-uri/debian/control
@@ -1,36 +1,43 @@
Source: haskell-uri
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Joey Hess <joeyh@debian.org>
+Uploaders:
+ Joey Hess <joeyh@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-parsec3-dev (>= 3.0),
libghc-parsec3-prof,
libghc-safe-dev,
libghc-safe-prof,
libghc-utf8-string-dev,
libghc-utf8-string-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-parsec3-doc,
libghc-safe-doc,
libghc-utf8-string-doc,
Standards-Version: 3.9.8
Homepage: http://gitorious.org/uri
-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-uri
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-uri-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: Haskell Text.URI library${haskell:ShortBlurb}
This is a Haskell library for working with URIs, including parsing,
rendering, merging, escaping
@@ -39,11 +46,15 @@ Description: Haskell Text.URI library${haskell:ShortBlurb}
Package: libghc-uri-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: Haskell Text.URI library${haskell:ShortBlurb}
This is a Haskell library for working with URIs, including parsing,
rendering, merging, escaping
@@ -53,10 +64,13 @@ Description: Haskell Text.URI library${haskell:ShortBlurb}
Package: libghc-uri-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: Haskell Text.URI library${haskell:ShortBlurb}
This is a Haskell library for working with URIs, including parsing,
rendering, merging, escaping