packages feed

monad-introspect-0.1.0.0: monad-introspect.cabal

name:                monad-introspect
version:             0.1.0.0
synopsis:            A reader monad that gives the environment access to the entire transformer stack
description:         A reader monad that gives the environment access to the entire transformer stack.
homepage:            https://github.com/mniip/monad-introspect
license:             BSD3
license-file:        LICENSE
author:              mniip
maintainer:          mniip@mniip.com
copyright:           (C) mniip 2019
category:            Control
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:       Control.Monad.Introspect.Class
                       , Control.Monad.Trans.Introspect
  build-depends:       base >= 4.12 && < 4.15,
                       coercion-extras,
                       mmorph,
                       mtl,
                       transformers
  hs-source-dirs:      src
  default-language:    Haskell2010