lhslatex-0.1.0.0: lhslatex.cabal
-- Initial lhslatex.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: lhslatex
version: 0.1.0.0
synopsis: Tool for using pdflatex with .lhs files
description: Tool for using pdflatex with .lhs files
homepage: https://github.com/tvh/lhslatex
license: BSD3
license-file: LICENSE
author: Timo von Holtz
maintainer: tvh@tvholtz.de
-- copyright:
-- category:
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable lhslatex
main-is: lhslatex.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.8,
process >= 1.2,
filepath >= 1.3,
regex-posix >= 0.95,
directory >= 1.2
-- hs-source-dirs:
default-language: Haskell2010