cabal-version: 2.4 name: mtl-uplift version: 0.1.0.1 synopsis: Lift substacks of monad transformer stacks description: Lift substacks of monad transformer stacks. homepage: https://github.com/SamuelSchlesinger/mtl-uplift bug-reports: https://github.com/SamuelSchlesinger/mtl-uplift/issues license: MIT license-file: LICENSE author: Samuel Schlesinger maintainer: sgschlesinger@gmail.com copyright: 2020 Samuel Schlesinger category: Control extra-source-files: README.md source-repository head type: git location: https://github.com/samuelschlesinger/mtl-uplift library exposed-modules: Control.Monad.Trans.Uplift build-depends: base >=4.12 && < 5, mtl >=2.2, hs-source-dirs: src default-language: Haskell2010 test-suite stm-actor-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Test.hs build-depends: base, mtl, mtl-uplift default-language: Haskell2010