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
|
Source: hat
Section: devel
Priority: optional
Maintainer: Arjan Oosting <arjan@debian.org>
Uploaders: Isaac Jones <ijones@debian.org>
Standards-Version: 3.7.2
Build-Depends: dctrl-tools, debhelper (>= 4), dpatch, dpkg-dev (>= 1.13.19), libncurses5-dev, libglib1.2-dev, hmake (>= 3.08-4), ghc6, ghc6-prof, sharutils, libghc6-mtl-dev
XS-Vcs-Svn: https://moonshine.dnsalias.org/svn/arjan-public/debian/hat
Package: hat
Architecture: any
Depends: libghc6-hat-dev (= ${binary:Version}), xterm, ${shlibs:Depends}
Recommends: hmake
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.
.
Homepage: http://www.haskell.org/hat/
Package: hat-ghc6
Depends: libghc6-hat-dev
Architecture: all
Description: transitional dummy package
This package is a dummy package and is used to easy the upgrade from
previous versions of hat to the current version.
.
This package can safely be removed.
Package: libghc6-hat-dev
Section: devel
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}
Recommends: hat (= ${binary:Version})
Suggests: hmake
Provides: hat-ghc6
Replaces: hat-ghc6 (<< 2.04-1)
Conflicts: nhc98 (<< 1.14-3), hat ( << 2.04-1)
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.
.
Homepage: http://www.haskell.org/hat/
|