name: trans-fx-data version: 0.0.1 synopsis: Monadic effect framework description: Please see the README on GitHub at category: Effects homepage: https://github.com/nbloomf/trans-fx#readme bug-reports: https://github.com/nbloomf/trans-fx/issues author: Nathan Bloomfield maintainer: nbloomf@gmail.com copyright: Automattic, Inc license: BSD3 license-file: LICENSE build-type: Simple cabal-version: 1.12 extra-source-files: CHANGELOG.md source-repository head type: git location: https://github.com/nbloomf/trans-fx/trans-fx-data library hs-source-dirs: src default-language: Haskell2010 build-depends: base >=4.7 && <5 , trans-fx-core exposed-modules: Control.FX.Data other-modules: Control.FX.Structure.Stack , Control.FX.Monad.Data.Class , Control.FX.Monad.Data.Stack , Control.FX.Monad.Trans.Data.StackT , Control.FX.Monad.Trans.Trans.Data.StackTT