name: strict-writer version: 0.4.0.0 synopsis: A stricter writer, which uses StateT in order to avoid space leaks. description: A stricter writer, which uses StateT in order to avoid space leaks. homepage: https://github.com/oisdk/strict-writer license: MIT license-file: LICENSE author: Donnacha Oisín Kidney maintainer: mail@doisinkidney.com copyright: 2017 Donnacha Oisín Kidney category: Control build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Control.Monad.Writer.Stricter build-depends: base >= 4.7 && < 5 , mtl >= 2.2 default-language: Haskell2010 ghc-options: -Wall test-suite strict-writer-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base >= 4.9 && < 5 , strict-writer >= 0.3 , doctest >= 0.11 ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall default-language: Haskell2010 source-repository head type: git location: https://github.com/oisdk/strict-writer