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 74 75 76 77 78 79 80 81 82 83 84 85
|
Source: haskell-hint
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Marco TĂșlio Gontijo e Silva <marcot@debian.org>
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
, ghc6
, ghc6-prof
, libghc6-mtl-dev
, libghc6-mtl-prof
, libghc6-haskell-src-dev
, libghc6-haskell-src-prof
, libghc6-ghc-paths-dev
, libghc6-ghc-paths-prof
, libghc6-monadcatchio-mtl-dev
, libghc6-monadcatchio-mtl-prof
, libghc6-ghc-mtl-dev
, libghc6-ghc-mtl-prof
, ghc6-doc
, libghc6-mtl-doc
, libghc6-haskell-src-doc
, libghc6-ghc-paths-doc
, libghc6-monadcatchio-mtl-doc
, libghc6-ghc-mtl-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/hint
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hint
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hint
DM-Upload-Allowed: yes
Package: libghc6-hint-dev
Architecture: amd64 i386 sparc kfreebsd-i386 kfreebsd-amd64
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: runtime Haskell interpreter (GHC API wrapper)
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
.
This library defines an Interpreter monad. It allows to load Haskell modules,
browse them, type-check and evaluate strings with Haskell expressions and even
coerce them into values. The library is thread-safe and type-safe (even the
coercion of expressions to values). It is, esentially, a huge subset of the
GHC API wrapped in a simpler API. Works with GHC 6.10.x and 6.8.x (this
version was not tested with GHC 6.6).
Package: libghc6-hint-prof
Architecture: amd64 i386 sparc kfreebsd-i386 kfreebsd-amd64
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Provides: ${haskell:Provides}
Description: runtime Haskell interpreter (GHC API wrapper); profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
See http://www.haskell.org/ for more information on Haskell.
.
This library defines an Interpreter monad. It allows to load Haskell modules,
browse them, type-check and evaluate strings with Haskell expressions and even
coerce them into values. The library is thread-safe and type-safe (even the
coercion of expressions to values). It is, esentially, a huge subset of the
GHC API wrapped in a simpler API. Works with GHC 6.10.x and 6.8.x (this
version was not tested with GHC 6.6).
Package: libghc6-hint-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: runtime Haskell interpreter (GHC API wrapper); documentation
This package provides the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
.
This library defines an Interpreter monad. It allows to load Haskell modules,
browse them, type-check and evaluate strings with Haskell expressions and even
coerce them into values. The library is thread-safe and type-safe (even the
coercion of expressions to values). It is, esentially, a huge subset of the
GHC API wrapped in a simpler API. Works with GHC 6.10.x and 6.8.x (this
version was not tested with GHC 6.6).
|