packages feed

nowdoc-0.1.0.4: nowdoc.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 210f2844c035c43c8f37a0625f4be9e91610d28eaba8a46bec9f0880222815ae

name:           nowdoc
version:        0.1.0.4
synopsis:       Here document without variable expansion like PHP Nowdoc
description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/nowdoc#readme>
category:       Text
homepage:       https://github.com/YoshikuniJujo/nowdoc#readme
bug-reports:    https://github.com/YoshikuniJujo/nowdoc/issues
author:         Yoshikuni Jujo
maintainer:     PAF01143@nifty.ne.jp
copyright:      2018 Yoshikuni Jujo
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    ChangeLog.md
    README.md
    samples/sample0.hs
    samples/sample1.hs
    samples/sample2.hs
    samples/sample3.hs
    samples/sample4.hs

source-repository head
  type: git
  location: https://github.com/YoshikuniJujo/nowdoc

library
  exposed-modules:
      Text.Nowdoc
  other-modules:
      Paths_nowdoc
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , template-haskell
  default-language: Haskell2010

test-suite nowdoc-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_nowdoc
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , nowdoc
    , template-haskell
  default-language: Haskell2010