cabal-version: 2.4 name: tagged-identity version: 0.1.4 x-revision: 1 license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov author: Mark Karpov tested-with: ghc ==9.2.8 ghc ==9.4.5 ghc ==9.6.2 homepage: https://github.com/mrkkrp/tagged-identity bug-reports: https://github.com/mrkkrp/tagged-identity/issues synopsis: Trivial monad transformer that allows identical monad stacks to have different types description: Trivial monad transformer that allows identical monad stacks to have different types. category: Control build-type: Simple 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. default: False manual: True library exposed-modules: Control.Monad.Trans.Identity.Tagged default-language: GHC2021 build-depends: base >=4.15 && <5, mtl >=2 && <3, transformers >=0.4 && <0.7 if flag(dev) ghc-options: -Wall -Werror -Wredundant-constraints -Wpartial-fields -Wunused-packages else ghc-options: -O2 -Wall