ehs-0.1.0.0: ehs.cabal
name: ehs
version: 0.1.0.0
synopsis: embedded Haskell by using quasiquotes.
description: embedded Haskell by using quasiquotes.
license: MIT
license-file: LICENSE
author: Yu Fukuzawa
maintainer: Yu Fukuzawa <minpou.primer@gmail.com>
homepage: http://github.com/minpou/ehs/
bug-reports: http://github.com/minpou/ehs/
copyright: Copyright (C) 2014, Yu Fukuzawa
category: Language
stability: experimental
build-type: Simple
cabal-version: >=1.10
library
ghc-options: -O2
exposed-modules: Ehs
other-modules: Ehs.Internal
build-depends: base >= 4.6 && < 5
, parsec >= 3
, haskell-src-meta < 1.0
, template-haskell >= 2.5
, dlist
hs-source-dirs: src
default-language: Haskell2010