diff options
Diffstat (limited to 'p/haskell-hashable/debian/control')
| -rw-r--r-- | p/haskell-hashable/debian/control | 30 |
1 files changed, 13 insertions, 17 deletions
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} |
