name: tagged-identity version: 0.1.3 x-revision: 1 cabal-version: 1.18 tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5 license: BSD3 license-file: LICENSE.md author: Mark Karpov maintainer: Mark Karpov homepage: https://github.com/mrkkrp/tagged-identity bug-reports: https://github.com/mrkkrp/tagged-identity/issues category: Control synopsis: Trivial monad transformer that allows identical monad stacks have different types build-type: Simple description: Trivial monad transformer that allows identical monad stacks have different types. extra-doc-files: CHANGELOG.md , README.md source-repository head type: git location: https://github.com/mrkkrp/tagged-identity.git flag dev description: Turn on development settings. manual: True default: False library build-depends: base >= 4.9 && < 5.0 , mtl >= 2.0 && < 3.0 , transformers >= 0.4 && < 0.7 exposed-modules: Control.Monad.Trans.Identity.Tagged if flag(dev) ghc-options: -Wall -Werror else ghc-options: -O2 -Wall if flag(dev) ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances default-language: Haskell2010