Source: jhc
Section: haskell
Priority: extra
Maintainer: Kiwamu Okabe <kiwamu@debian.or.jp>
Build-Depends: debhelper (>= 8), autotools-dev, autoconf, libwww-perl, drift, ghc (>= 6.12.1), libghc-readline-dev, libghc-utf8-string-dev, libghc-hssyck-dev, libghc-fgl-dev, libghc-zlib-dev, libghc-regex-compat-dev, libghc-random-dev, libreadline-dev, libncurses5-dev
Build-Depends-Indep: pandoc, graphviz
Standards-Version: 3.9.3
Homepage: http://repetae.net/computer/jhc/
Vcs-Git: git://git.debian.org/collab-maint/jhc.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/jhc.git;a=summary

Package: jhc
Architecture: any
Provides: haskell-compiler, libjhc-diff-dev, libjhc-hunit-dev,
 libjhc-quickcheck1-dev, libjhc-html-dev, libjhc-parsec2-dev, libjhc-safe-dev,
 libjhc-smallcheck-dev, libjhc-transformers-dev, libjhc-xhtml-dev
Depends: gcc, ${shlibs:Depends}, ${misc:Depends}
Suggests: jhc-doc
Description: Haskell compiler that produce binary through C language
 The jhc is a haskell compiler which aims to produce the most efficient
 programs possible via whole program analysis and other optimizations.
 .
 The jhc is very minimalist in that it does not have a precompiled run time
 system, but rather generates what is needed as part of the compilation
 process. However, back ends do have specific run-time representations of
 data, which can be affected by things like the choice of garbage collector.

Package: jhc-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: jhc
Description: Documentation for jhc
 The jhc is a haskell compiler which aims to produce the most efficient
 programs possible via whole program analysis and other optimizations.
 .
 The jhc is very minimalist in that it does not have a precompiled run time
 system, but rather generates what is needed as part of the compilation
 process. However, back ends do have specific run-time representations of
 data, which can be affected by things like the choice of garbage collector.
 .
 This package includes documentation around jhc.
