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 67 68 69 70 71 72 73
|
Source: haskell-intern
Section: haskell
Priority: optional
Maintainer: Debian Haskell Group <debian-haskell@lists.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
cdbs,
debhelper,
ghc,
ghc-prof,
haskell-devscripts,
libghc-hashable-dev (<< 1.6),
libghc-hashable-prof,
ghc (>= 8.4.3+dfsg1-4~) | libghc-text-dev (<< 1.3),
ghc-prof (>= 8.4.3+dfsg1-4~) | libghc-text-prof,
libghc-unordered-containers-dev (<< 0.3),
libghc-unordered-containers-prof,
Build-Depends-Indep:
ghc-doc,
libghc-hashable-doc,
ghc-doc (>= 8.4.3+dfsg1-4~) | libghc-text-doc,
libghc-unordered-containers-doc,
Standards-Version: 4.6.1
Homepage: https://github.com/ekmett/intern
Vcs-Git: https://salsa.debian.org/haskell-team/haskell-intern.git
Vcs-Browser: https://salsa.debian.org/haskell-team/haskell-intern
Rules-Requires-Root: no
Package: libghc-intern-dev
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
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
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.
|