diff options
| author | Clint Adams <clint@debian.org> | 2016-10-13 10:26:29 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-13 10:26:29 -0400 |
| commit | d2b5e9079d35eede5e009141e5fac6998ecc1fd9 (patch) | |
| tree | f483bfd32dd61efb1666d5a1aaf1f185067042da /p/haskell-hashable | |
| parent | 288cc632927c3ec361a25cddab64093f4ef19177 (diff) | |
| download | DHG_packages-d2b5e9079d35eede5e009141e5fac6998ecc1fd9.tar.gz | |
hashable: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-hashable')
| -rw-r--r-- | p/haskell-hashable/debian/changelog | 7 | ||||
| -rw-r--r-- | p/haskell-hashable/debian/control | 30 |
2 files changed, 17 insertions, 20 deletions
diff --git a/p/haskell-hashable/debian/changelog b/p/haskell-hashable/debian/changelog index 22c0dd6ec..4190c4518 100644 --- a/p/haskell-hashable/debian/changelog +++ b/p/haskell-hashable/debian/changelog @@ -1,8 +1,9 @@ -haskell-hashable (1.2.4.0-2) UNRELEASED; urgency=medium +haskell-hashable (1.2.4.0-2) experimental; urgency=medium - * Fix VCS fields + * Consolidate package descriptions into X-Description. + * Temporarily build-depend on ghc 8. - -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:34 +0200 + -- Clint Adams <clint@debian.org> Thu, 13 Oct 2016 10:26:03 -0400 haskell-hashable (1.2.4.0-1) unstable; urgency=medium diff --git a/p/haskell-hashable/debian/control b/p/haskell-hashable/debian/control index b711c66e5..33201bf29 100644 --- a/p/haskell-hashable/debian/control +++ b/p/haskell-hashable/debian/control @@ -6,7 +6,7 @@ Section: haskell Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.10), cdbs, - ghc, + ghc (>= 8), ghc-prof, libghc-text-dev (>= 0.11.0.5), libghc-text-prof, @@ -21,8 +21,13 @@ Build-Depends-Indep: ghc-doc, libghc-text-doc, Standards-Version: 3.9.8 Homepage: http://github.com/tibbe/hashable -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-hashable Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git +X-Description: class for types that can be converted to a hash value + It defines a class, Hashable, for types that can be converted to a + hash value. This class exists for the benefit of hashing-based data + structures. The package provides instances for basic types and a way + to combine hash values. Package: libghc-hashable-dev Architecture: any @@ -32,11 +37,8 @@ Depends: ${haskell:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, -Description: Class for types that can be converted to a hash value${haskell:ShortBlurb} - It defines a class, Hashable, for types that can be converted to a - hash value. This class exists for the benefit of hashing-based data - structures. The package provides instances for basic types and a way - to combine hash values. +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} . ${haskell:Blurb} @@ -47,11 +49,8 @@ Depends: ${haskell:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, Provides: ${haskell:Provides}, -Description: Class for types that can be converted to a hash value${haskell:ShortBlurb} - It defines a class, Hashable, for types that can be converted to a - hash value. This class exists for the benefit of hashing-based data - structures. The package provides instances for basic types and a way - to combine hash values. +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} . ${haskell:Blurb} @@ -62,10 +61,7 @@ Depends: ${misc:Depends}, ${haskell:Depends}, Recommends: ${haskell:Recommends}, Suggests: ${haskell:Suggests}, -Description: Class for types that can be converted to a hash value${haskell:ShortBlurb} - It defines a class, Hashable, for types that can be converted to a - hash value. This class exists for the benefit of hashing-based data - structures. The package provides instances for basic types and a way - to combine hash values. +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} . ${haskell:Blurb} |
