cabal-version: 2.4 name: mtsl version: 0.2.0.0 synopsis: Reified monad transformer stacks description: Reified monad transformer stacks. homepage: https://github.com/SamuelSchlesinger/mtsl bug-reports: https://github.com/SamuelSchlesinger/mtsl/issues license: MIT license-file: LICENSE author: Samuel Schlesinger maintainer: sgschlesinger@gmail.com copyright: 2020 Samuel Schlesinger category: Control extra-source-files: README.md tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 source-repository head type: git location: https://github.com/samuelschlesinger/mtsl library exposed-modules: Control.Monad.Trans.Stack build-depends: base >=4.12 && < 4.15, mtl >=2.2, hs-source-dirs: src default-language: Haskell2010