diff options
| author | Clint Adams <clint@debian.org> | 2016-10-16 16:08:06 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-16 16:08:06 -0400 |
| commit | bebf592d25247cffecadfa0505d649d43c9a3307 (patch) | |
| tree | b0ee1eb0bdb60b01e35c0528b75c7620cceb144b /p/haskell-hashtables/debian | |
| parent | 76ceb407c0101886c27618b7c62fd09d68bd66fa (diff) | |
| download | DHG_packages-bebf592d25247cffecadfa0505d649d43c9a3307.tar.gz | |
hashtables: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-hashtables/debian')
| -rw-r--r-- | p/haskell-hashtables/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-hashtables/debian/control | 53 |
2 files changed, 38 insertions, 23 deletions
diff --git a/p/haskell-hashtables/debian/changelog b/p/haskell-hashtables/debian/changelog index cf18862a6..dfa7d100d 100644 --- a/p/haskell-hashtables/debian/changelog +++ b/p/haskell-hashtables/debian/changelog @@ -1,14 +1,14 @@ -haskell-hashtables (1.2.1.0-2) UNRELEASED; urgency=medium +haskell-hashtables (1.2.1.0-2) 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:35:25 +0300 + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 16:07:59 -0400 haskell-hashtables (1.2.1.0-1) unstable; urgency=medium diff --git a/p/haskell-hashtables/debian/control b/p/haskell-hashtables/debian/control index f32d2bda5..fabf3d0bb 100644 --- a/p/haskell-hashtables/debian/control +++ b/p/haskell-hashtables/debian/control @@ -1,37 +1,44 @@ Source: haskell-hashtables Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Iain Lane <laney@debian.org> +Uploaders: + Iain Lane <laney@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-primitive-dev, libghc-primitive-prof, - libghc-vector-dev (>= 0.7), libghc-vector-dev (<< 0.12), + libghc-vector-dev (>= 0.7), libghc-vector-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-hashable-doc, libghc-primitive-doc, libghc-vector-doc, Standards-Version: 3.9.8 Homepage: http://github.com/gregorycollins/hashtables -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-hashtables Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-hashtables-dev Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: mutable hash tables${haskell:ShortBlurb} This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common @@ -54,12 +61,16 @@ Description: mutable hash tables${haskell:ShortBlurb} Package: libghc-hashtables-prof Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: mutable hash tables -- profiling libraries${haskell:ShortBlurb} This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common @@ -83,12 +94,16 @@ Description: mutable hash tables -- profiling libraries${haskell:ShortBlurb} Package: libghc-hashtables-doc Architecture: all Section: doc -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: mutable hash tables -- documentation${haskell:ShortBlurb} This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a typeclass abstracting their common |
