-- Initial whiskers.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: whiskers version: 0.1.0.0 synopsis: Moustache templates with Template Haskell. -- description: license: BSD3 license-file: LICENSE author: Peter Johnson maintainer: peter@peterjohnson.io -- copyright: category: Text build-type: Simple cabal-version: >=1.8 library exposed-modules: Text.Whiskers -- other-modules: build-depends: base ==4.6.*, template-haskell ==2.8.*, parsec ==3.1.*