name: fused-effects-lens version: 0.2.0.0 synopsis: Monadic lens combinators for fused-effects. description: Provides combinators for the lens-based manipulation of state and context types provided by the fused-effects library, similar to those provided for mtl-based monad transformers. homepage: https://github.com/fused-effects/fused-effects-lens#readme license: BSD3 license-file: LICENSE author: Patrick Thomson maintainer: patrickt@github.com copyright: 2018 Patrick Thomson category: Web build-type: Simple cabal-version: >=1.10 extra-source-files: README.md CHANGES.md library hs-source-dirs: src exposed-modules: Control.Effect.Lens default-language: Haskell2010 build-depends: base >= 4.7 && < 5 , microlens >= 0.4 && < 1 , fused-effects >= 0.1.2 && < 1 ghc-options: -Wall test-suite test type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test default-language: Haskell2010 build-depends: base >=4.7 && < 5.0 , fused-effects-lens , lens >=4 && < 5 , fused-effects >= 0.1.2 && < 1 , hspec >= 2.4.1 source-repository head type: git location: https://github.com/fused-effects/fused-effects