summaryrefslogtreecommitdiff
path: root/p/haskell-static-hash/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 16:27:01 -0400
committerClint Adams <clint@debian.org>2016-10-16 16:27:01 -0400
commit25529331ad764d76ac8d4d8069a5571e520f8071 (patch)
tree996af3dff5b228861dd7e20e4798d89d2cbdd56f /p/haskell-static-hash/debian
parentbe179f1e0044cb17440418f318f4e68f99289fb7 (diff)
downloadDHG_packages-25529331ad764d76ac8d4d8069a5571e520f8071.tar.gz
static-hash: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-static-hash/debian')
-rw-r--r--p/haskell-static-hash/debian/changelog8
-rw-r--r--p/haskell-static-hash/debian/control50
2 files changed, 36 insertions, 22 deletions
diff --git a/p/haskell-static-hash/debian/changelog b/p/haskell-static-hash/debian/changelog
index cc2ca6fbf..0da33849b 100644
--- a/p/haskell-static-hash/debian/changelog
+++ b/p/haskell-static-hash/debian/changelog
@@ -1,14 +1,14 @@
-haskell-static-hash (0.0.1-10) UNRELEASED; urgency=medium
+haskell-static-hash (0.0.1-10) 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)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:14 +0300
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 16:26:54 -0400
haskell-static-hash (0.0.1-9) unstable; urgency=medium
diff --git a/p/haskell-static-hash/debian/control b/p/haskell-static-hash/debian/control
index fd743b8db..4efdd9c50 100644
--- a/p/haskell-static-hash/debian/control
+++ b/p/haskell-static-hash/debian/control
@@ -1,33 +1,40 @@
Source: haskell-static-hash
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-hashable-dev,
libghc-hashable-prof,
libghc-primes-dev,
libghc-primes-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-hashable-doc,
libghc-primes-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/static-hash
-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-static-hash
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-static-hash-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: pure immutable hash${haskell:ShortBlurb}
Pure immutable hash whose lookup is O(1) on the average, but O(N) in the
worst case.
@@ -36,11 +43,15 @@ Description: pure immutable hash${haskell:ShortBlurb}
Package: libghc-static-hash-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: pure immutable hash${haskell:ShortBlurb}
Pure immutable hash whose lookup is O(1) on the average, but O(N) in the
worst case.
@@ -50,10 +61,13 @@ Description: pure immutable hash${haskell:ShortBlurb}
Package: libghc-static-hash-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: pure immutable hash${haskell:ShortBlurb}
Pure immutable hash whose lookup is O(1) on the average, but O(N) in the
worst case.