File: heredoc.cabal

package info (click to toggle)
haskell-heredoc 0.2.0.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 56 kB
  • sloc: haskell: 68; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (5)
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