heredoc-0.1.0.1: heredoc.cabal
name: heredoc
version: 0.1.0.1
synopsis: multi-line string / here document using QuasiQuotes
description: multi-line string / here document using QuasiQuotes
license: PublicDomain
license-file: LICENSE.txt
author: James H. Fisher
maintainer: jameshfisher@gmail.com
homepage: http://hackage.haskell.org/package/heredoc
category: Text
build-type: Simple
cabal-version: >=1.8
library
exposed-modules: Text.Here
build-depends:
base >= 4 && < 5,
template-haskell >= 2.5
hs-source-dirs: src