name: monad-var version: 0.1.0.0 synopsis: A library that provides generic operations over variables generalized here and there to arbitrary effectful containers just in case. -- description: homepage: https://github.com/effectfully/monad-var#readme license: BSD3 license-file: LICENSE author: effectfully maintainer: effectfully@gmail.com copyright: 2017 effectfully category: Control build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: MonadVar build-depends: base >= 4.7 && < 5, transformers >= 0.4 && < 0.6, stm >= 2.2 && < 2.5 default-language: Haskell2010 ghc-options: -O2 -Wall -fno-warn-unused-do-bind source-repository head type: git location: https://github.com/effectfully/monad-var