cabal-version: >=1.2 name: lhs2tex version: 1.13 license: GPL license-file: LICENSE author: Ralf Hinze , Andres Loeh maintainer: Andres Loeh stability: stable homepage: http://www.andres-loeh.de/lhs2tex/ package-url: http://www.andres-loeh.de/lhs2tex/lhs2tex-1.11.tar.gz synopsis: Preprocessor for typesetting Haskell sources with LaTeX description: Preprocessor for typesetting Haskell sources with LaTeX category: Development, Language build-type: Custom flag splitBase description: Choose the new smaller, split-up base package. executable lhs2TeX main-is: Main.lhs if flag(splitBase) build-depends: base >= 3, regex-compat, mtl, filepath, directory, process else build-depends: base < 3, regex-compat, mtl, filepath