name: simple-effects version: 0.9.0.1 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE copyright: 2016 Luka Horvat maintainer: luka.horvat9@gmail.com homepage: https://gitlab.com/LukaHorvat/simple-effects synopsis: A simple effect system that integrates with MTL description: Please see README.md category: Control author: Luka Horvat library exposed-modules: Control.Effects Control.Effects.State Control.Effects.Reader Control.Effects.List Control.Effects.Signal Control.Effects.Early Control.Effects.Parallel Control.Monad.Runnable build-depends: base >=4.7 && <5, transformers >=0.5.2.0, mtl >=2.2.1, monad-control ==1.0.*, transformers-base ==0.4.*, list-t >=1, array >=0.5.1.1, MonadRandom >=0.5.1, exceptions >=0.8.3, text >=1.2.2.1 default-language: Haskell2010 hs-source-dirs: src other-modules: Import ghc-options: -Wall test-suite tests type: exitcode-stdio-1.0 main-is: Main.hs build-depends: base >=4.7 && <5, simple-effects >=0.9.0.1 default-language: Haskell2010 hs-source-dirs: test ghc-options: -Wall -threaded -with-rtsopts=-N benchmark bench-effects type: exitcode-stdio-1.0 main-is: Bench.hs build-depends: base >=4.9.1.0, criterion >=1.1.4.0, mtl >=2.2.1, transformers >=0.5.2.0, simple-effects >=0.9.0.1 default-language: Haskell2010 hs-source-dirs: bench