File: control

package info (click to toggle)
haskell-hint 0.3.3.6-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 216 kB
  • ctags: 1
  • sloc: haskell: 1,776; makefile: 3
file content (87 lines) | stat: -rw-r--r-- 3,157 bytes parent folder | download
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
86
87
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 (>= 9)
  , cdbs
  , haskell-devscripts (>= 0.8.15)
  , ghc
  , ghc-prof
  , ghc-ghci
  , libghc-mtl-dev
  , libghc-mtl-prof
  , libghc-haskell-src-dev
  , libghc-haskell-src-prof
  , libghc-ghc-paths-dev
  , libghc-ghc-paths-prof
  , libghc-monadcatchio-mtl-dev
  , libghc-monadcatchio-mtl-prof
  , libghc-ghc-mtl-dev
  , libghc-ghc-mtl-prof
  , libghc-random-dev
  , libghc-random-prof
  , libghc-utf8-string-dev
  , libghc-utf8-string-prof
  , ghc-doc
  , libghc-mtl-doc
  , libghc-haskell-src-doc
  , libghc-ghc-paths-doc
  , libghc-monadcatchio-mtl-doc
  , libghc-ghc-mtl-doc
  , libghc-random-doc
  , libghc-utf8-string-doc
Standards-Version: 3.9.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: libghc-hint-dev
Architecture: any
Depends: ${haskell:Depends}
  , ${shlibs:Depends}
  , ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: runtime Haskell interpreter (GHC API wrapper)${haskell:ShortBlurb}
 This library defines an Interpreter monad. It allows one 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.10.x and 6.8.x (this
 version was not tested with GHC.6).
 .
 ${haskell:Blurb}

Package: libghc-hint-prof
Architecture: any
Depends: ${haskell:Depends}
  , ${shlibs:Depends}
  , ${misc:Depends}
Provides: ${haskell:Provides}
Description: runtime Haskell interpreter (GHC API wrapper)${haskell:ShortBlurb}
 This library defines an Interpreter monad. It allows one 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.10.x and 6.8.x (this
 version was not tested with GHC.6).
 .
 ${haskell:Blurb}

Package: libghc-hint-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: runtime Haskell interpreter (GHC API wrapper)${haskell:ShortBlurb}
 This library defines an Interpreter monad. It allows one 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.10.x and 6.8.x (this
 version was not tested with GHC.6).
 .
 ${haskell:Blurb}