name: wryte version: 0.2.0.0 synopsis: Pretty output for source generators description: Wryte provides a convenient API for semi-automatically indented source code output. homepage: https://github.com/tdammers/wryte#readme license: BSD3 license-file: LICENSE author: Tobias Dammers maintainer: tdammers@gmail.com copyright: 2017 Tobias Dammers category: Web build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Text.Wryte , Text.Wryte.Core , Text.Wryte.Combinators build-depends: base >= 4.7 && < 5 , mtl , text default-language: Haskell2010 test-suite wryte-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , wryte ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 source-repository head type: git location: https://github.com/tdammers/wryte