name: lighttpd-conf-qq version: 0.5 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: A QuasiQuoter for lighttpd configuration files. description: A QuasiQuoter for lighttpd configuration files. See Language.Haskell.TH.Quote for details on QuasiQuoters. Haddock docs are at . library build-tools: ghc >= 6.9 build-depends: lighttpd-conf >= 0.4, haskell-src-exts, template-haskell >= 2.2, base, array, bytestring extensions: TemplateHaskell ghc-options: -O2 -fglasgow-exts ghc-prof-options: hs-source-dirs: src exposed-modules: Lighttpd.Conf.QQ