-- Initial shakespeare-babel.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: shakespeare-babel
version: 0.2.0.0
synopsis: compile es2015
license: PublicDomain
author: ncaq
maintainer: ncaq@ncaq.net
category: Web Yesod
build-type: Simple
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/ncaq/shakespeare-babel
library
exposed-modules: Text.Babel
build-depends: base >=4.8 && <4.9
, classy-prelude >=0.12 && <0.13
, data-default >=0.5 && <0.6
, directory >=1.2 && <1.3
, process >=1.4 && <1.5
, shakespeare >=2.0 && <2.1
, template-haskell >=2.10 && <2.11
hs-source-dirs: src
default-language: Haskell2010