trurl-0.1.0.0: trurl.cabal
-- Initial trurl.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: trurl
version: 0.1.0.0
synopsis: Haskell template code generator
-- description:
homepage: http://github.com/dbushenko/trurl
license: BSD3
license-file: LICENSE
author: dbushenko
maintainer: d.bushenko@gmail.com
-- copyright:
category: Development
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Trurl
hs-source-dirs: src
build-depends: base >=4.7 && <4.8
, http-conduit
, directory
, bytestring
, text
, tar
, hastache
, aeson
, scientific
, unordered-containers
, MissingH
default-language: Haskell2010
executable trurl
main-is: src/Main.hs
build-depends: base >=4.7 && <4.8
, trurl
default-language: Haskell2010
test-suite tests
default-language: Haskell2010
type: exitcode-stdio-1.0
main-is: tests/Main.hs
build-depends: base >=4.7 && <4.8
, hastache
, tasty
, tasty-hunit
, trurl