-- This file has been generated from package.yaml by hpack version 0.14.0. -- -- see: https://github.com/sol/hpack name: hscaffold version: 0.2.0.0 synopsis: Very simple file/directory structure scaffolding writer monad EDSL description: See our README on GitHub at 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 exposed-modules: Hscaffold other-modules: Paths_hscaffold hs-source-dirs: src 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 , hspec , hscaffold , QuickCheck other-modules: HscaffoldSpec SanitySpec default-language: Haskell2010