1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
name: heredoc
version: 0.2.0.0
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.Heredoc
build-depends:
base >= 4 && < 5,
template-haskell >= 2.5
hs-source-dirs: src
|