hscaffold-0.4.2.0: hscaffold.cabal
-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack
name: hscaffold
version: 0.4.2.0
synopsis: Very simple file/directory structure scaffolding writer monad EDSL
description: See our README on GitHub at <https://github.com/yamadapc/hscaffold>
homepage: https://github.com/yamadapc/hscaffold#readme
bug-reports: https://github.com/yamadapc/hscaffold/issues
license: MIT
license-file: LICENSE
author: Pedro Tacla Yamada
maintainer: tacla.yamada@gmail.com
category: Development
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/yamadapc/hscaffold
library
build-depends:
base >=4.8 && <4.9
, text
, mtl
, transformers
, directory
, filepath
, unix
, regex-compat
, temporary
, exceptions
exposed-modules:
Hscaffold
Hscaffold.EDSL
Hscaffold.Generator.Directory
Hscaffold.Generator.Hsfiles
Hscaffold.Interpreter.Common
Hscaffold.Interpreter.Haskell
Hscaffold.Interpreter.Hsfiles
Hscaffold.Interpreter.IO
Hscaffold.Types
hs-source-dirs:
src
default-language: Haskell2010
executable hsfiles-from-directory
main-is: HsfilesFromDirectory.hs
hs-source-dirs:
bin
build-depends:
base >=4.8 && <4.9
, text
, mtl
, transformers
, directory
, filepath
, unix
, regex-compat
, temporary
, exceptions
, hscaffold
default-language: Haskell2010
test-suite hspec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
build-depends:
base >=4.8 && <4.9
, text
, mtl
, transformers
, directory
, filepath
, unix
, regex-compat
, temporary
, exceptions
, hspec
, hscaffold
, QuickCheck
other-modules:
HscaffoldSpec
SanitySpec
default-language: Haskell2010