1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: haskell-intern
Section: haskell
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
licensecheck,
debhelper,
dh-buildinfo,
ghc,
libghc-text-dev (<< 1.3),
libghc-hashable-dev (<< 1.3),
libghc-unordered-containers-dev (<< 0.3),
haskell-devscripts,
ghc-prof,
libghc-text-prof,
libghc-hashable-prof,
libghc-unordered-containers-prof
Build-Depends-Indep: ghc-doc
, libghc-text-doc
, libghc-hashable-doc
, libghc-unordered-containers-doc
Standards-Version: 3.9.8
Homepage: http://github.com/ekmett/intern/
Vcs-Git: git://anonscm.debian.org/pkg-haskell/haskell-intern.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/haskell-intern.git
Package: libghc-intern-dev
Priority: extra
Architecture: any
Depends: ${haskell:Depends}
, ${haskell:Extra-Depends}
, ${misc:Depends}
, ${shlibs:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: hash consing for data types - libraries
Efficient hash-consing for arbitrary Haskell data types.
.
This package contains the libraries compiled for GHC.
Package: libghc-intern-doc
Section: doc
Priority: extra
Architecture: all
Depends: ${haskell:Depends}
, ${haskell:Extra-Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Description: hash consing for data types - library documentation
Efficient hash-consing for arbitrary Haskell data types.
.
This package contains the library documentation for intern.
Package: libghc-intern-prof
Priority: extra
Architecture: any
Depends: ${haskell:Depends}
, ${haskell:Extra-Depends}
, ${misc:Depends}
Provides: ${haskell:Provides}
Description: hash consing for data types - profiling libraries
Efficient hash-consing for arbitrary Haskell data types.
.
This package contains the profiling libraries for intern.
|