summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 15:50:00 -0400
committerClint Adams <clint@debian.org>2016-10-17 15:50:00 -0400
commitb6710d862dd0de0698aed0826a665d5e32f887e6 (patch)
treef2ed5a54edefe35f1018769a2a54368cdf1b67fb
parent022b8151f4abad960567f0b185113cbe844c3990 (diff)
downloadDHG_packages-b6710d862dd0de0698aed0826a665d5e32f887e6.tar.gz
hit: build with ghc 8 in experimental
-rw-r--r--p/haskell-hit/debian/changelog8
-rw-r--r--p/haskell-hit/debian/control66
2 files changed, 44 insertions, 30 deletions
diff --git a/p/haskell-hit/debian/changelog b/p/haskell-hit/debian/changelog
index cf41f266a..815612ecc 100644
--- a/p/haskell-hit/debian/changelog
+++ b/p/haskell-hit/debian/changelog
@@ -1,13 +1,13 @@
-haskell-hit (0.6.3-6) UNRELEASED; urgency=medium
+haskell-hit (0.6.3-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:35:27 +0300
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 15:49:56 -0400
haskell-hit (0.6.3-5) unstable; urgency=medium
diff --git a/p/haskell-hit/debian/control b/p/haskell-hit/debian/control
index 48734ddf7..7a248da95 100644
--- a/p/haskell-hit/debian/control
+++ b/p/haskell-hit/debian/control
@@ -1,19 +1,23 @@
Source: haskell-hit
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-attoparsec-dev (>= 0.10.1),
libghc-attoparsec-prof,
libghc-byteable-dev,
libghc-byteable-prof,
+ libghc-bytedump-dev (>= 1.0),
libghc-cryptohash-dev,
libghc-cryptohash-prof,
+ libghc-hourglass-dev,
libghc-hourglass-dev (>= 0.2),
libghc-hourglass-prof,
libghc-mtl-dev,
@@ -28,22 +32,21 @@ Build-Depends: debhelper (>= 9),
libghc-system-fileio-prof,
libghc-system-filepath-dev,
libghc-system-filepath-prof,
+ libghc-tasty-dev,
+ libghc-tasty-quickcheck-dev,
libghc-unix-compat-dev,
libghc-unix-compat-prof,
libghc-utf8-string-dev,
libghc-utf8-string-prof,
libghc-vector-dev,
libghc-vector-prof,
- libghc-zlib-dev,
- libghc-zlib-prof,
- libghc-zlib-bindings-dev (>= 0.1),
libghc-zlib-bindings-dev (<< 0.2),
+ libghc-zlib-bindings-dev (>= 0.1),
libghc-zlib-bindings-prof,
- libghc-bytedump-dev (>= 1.0),
- libghc-hourglass-dev,
- libghc-tasty-dev,
- libghc-tasty-quickcheck-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-zlib-dev,
+ libghc-zlib-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-attoparsec-doc,
libghc-byteable-doc,
libghc-cryptohash-doc,
@@ -57,11 +60,11 @@ Build-Depends-Indep: ghc-doc,
libghc-unix-compat-doc,
libghc-utf8-string-doc,
libghc-vector-doc,
- libghc-zlib-doc,
libghc-zlib-bindings-doc,
+ libghc-zlib-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/vincenthz/hit
-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-hit
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Git operations in Haskell
A Haskell implementation of git storage operations, allowing users to
@@ -76,12 +79,16 @@ X-Description: Git operations in Haskell
Package: libghc-hit-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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -89,11 +96,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hit-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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -102,10 +113,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-hit-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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.