name: strict-writer version: 0.1.0.1 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 source-repository head type: git location: https://github.com/oisdk/strict-writer