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
|
Source: hat
Section: devel
Priority: optional
Maintainer: Ian Lynagh (wibble) <igloo@debian.org>
Uploaders: Isaac Jones <ijones@debian.org>
Standards-Version: 3.5.6.0
Build-Depends: sharutils, debhelper (>= 4), libncurses5-dev, libglib1.2-dev, hmake (>= 3.08-4), $nhc98_lib_bdeps, $ghc6_lib_bdeps, $ghc5_lib_bdeps, haskell-utils (>= 1.5)
Package: hat
Section: devel
Architecture: any
Depends: hat-nhc98 (= \${Source-Version}) | hat-ghc6 (= \${Source-Version}) | hat-ghc5 (= \${Source-Version})
Recommends: hmake
Suggests: nhc98-doc
Conflicts: nhc98 (<< 1.14-3)
Description: Haskell source-level tracer
This package contains a source-level tracer for analyzing the
behavior (and searching for bugs) in your Haskell programs.
.
Hat actually consists of several utilities that are used to
perform the actual analysis. See the package documentation for
usage details.
.
You will also need a package containing the library compiled for at
least one Haskell compiler for this to be useful.
Package: hat-ghc6
Section: devel
Architecture: $ghc6_arches
Depends: $ghc6_lib_deps, hat (= \${Source-Version})
Suggests: hmake, nhc98-doc
Conflicts: nhc98 (<< 1.14-3)
Description: Haskell source-level tracer library for ghc6
This package contains the HAT library compiled for ghc6.
You need it if you want to use HAT, a Haskell source-level tracer,
with ghc6.
Package: hat-ghc5
Section: devel
Architecture: $ghc5_arches
Depends: $ghc5_lib_deps, hat (= \${Source-Version})
Suggests: hmake, nhc98-doc
Conflicts: nhc98 (<< 1.14-3)
Description: Haskell source-level tracer library for ghc5
This package contains the HAT library compiled for ghc5.
You need it if you want to use HAT, a Haskell source-level tracer,
with ghc5.
Package: hat-nhc98
Section: devel
Architecture: $nhc98_arches
Depends: $nhc98_lib_deps, hat (= \${Source-Version})
Suggests: hmake, nhc98-doc
Conflicts: nhc98 (<< 1.14-3)
Description: Haskell source-level tracer library for nhc98
This package contains the HAT library compiled for nhc98.
You need it if you want to use HAT, a Haskell source-level tracer,
with nhc98.
|