packages feed

heredoc-0.1.0.0: heredoc.cabal

name:                heredoc
version:             0.1.0.0
synopsis:            multi-line string / here document using QuasiQuotes

license:             PublicDomain
license-file:        LICENSE.txt

author:              James H. Fisher
maintainer:          jameshfisher@gmail.com

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