name: alternators version: 0.1.2.0 synopsis: Handy functions when using transformers description: Please see README.md homepage: https://github.com/louispan/alternators#readme license: BSD3 license-file: LICENSE author: Louis Pan maintainer: louis@pan.me copyright: 2017 Louis Pan category: Control build-type: Simple extra-source-files: README.md cabal-version: >=1.10 tested-with: GHC == 7.10.3, GHC == 8.0.1 library hs-source-dirs: src exposed-modules: Control.Monad.Trans.Reader.Extras Control.Monad.Trans.Maybe.Extras Control.Monad.Trans.State.Lazy.Extras Control.Monad.Trans.State.Strict.Extras build-depends: base >= 4.7 && < 5 , mmorph >= 1 && < 2 , transformers >= 0.4 && < 0.6 ghc-options: -Wall default-language: Haskell2010 source-repository head type: git location: https://github.com/louispan/alternators