lhs2tex-1.17: lhs2tex.cabal
cabal-version: >=1.10
name: lhs2tex
version: 1.17
license: GPL
license-file: LICENSE
author: Ralf Hinze <ralf.hinze@comlab.ox.ac.uk>, Andres Loeh <lhs2tex@andres-loeh.de>
maintainer: Andres Loeh <lhs2tex@andres-loeh.de>
stability: stable
homepage: http://www.andres-loeh.de/lhs2tex/
synopsis: Preprocessor for typesetting Haskell sources with LaTeX
description: Preprocessor for typesetting Haskell sources with LaTeX
category: Development, Language
build-type: Custom
executable lhs2TeX
main-is: Main.lhs
hs-source-dirs: src
default-language: Haskell98
build-depends: base >= 4.2 && < 5,
regex-compat,
mtl,
filepath,
directory,
process,
extensible-exceptions