name: lighttpd-conf version: 0.3 cabal-version: >= 1.3 build-type: Simple license: BSD3 license-file: LICENSE category: Web author: Matt Morrow copyright: (c) Matt Morrow maintainer: Matt Morrow stability: unstable synopsis: Lighttpd configuration file tools. description: Lighttpd configuration file tools. Haddock docs are at . library build-tools: alex, happy build-depends: base, array, bytestring, pretty extensions: DeriveDataTypeable ghc-options: -O2 -fglasgow-exts ghc-prof-options: hs-source-dirs: src exposed-modules: Lighttpd.Conf, Lighttpd.Conf.Syntax, Lighttpd.Conf.Ppr, Lighttpd.Conf.Parser other-modules: Lighttpd.Conf.Lexer