name: tagged-transformer version: 0.8.1 license: BSD3 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett stability: experimental category: Data, Phantom Types synopsis: Monad transformer carrying an extra phantom type tag homepage: http://github.com/ekmett/tagged-transformer copyright: 2011-2013 Edward A. Kmett description: Provides newtype wrappers for phantom types to avoid unsafely passing dummy arguments build-type: Simple cabal-version: >=1.6 extra-source-files: .travis.yml .vim.custom .ghci .gitignore CHANGELOG.markdown README.markdown tested-with: GHC == 7.0.4 , GHC == 7.2.2 , GHC == 7.4.2 , GHC == 7.6.3 , GHC == 7.8.4 , GHC == 7.10.3 , GHC == 8.0.2 , GHC == 8.2.2 , GHC == 8.4.2 source-repository head type: git location: git://github.com/ekmett/tagged-transformer.git library build-depends: base >= 4 && < 5, comonad >= 4 && < 6, contravariant >= 0.3 && < 2, distributive >= 0.3 && < 1, exceptions >= 0.6 && < 1, mtl >= 2.0.1 && < 2.3, reflection >= 1.1.6 && < 3, semigroupoids >= 4 && < 6, tagged >= 0.4.4 && < 1 exposed-modules: Data.Functor.Trans.Tagged hs-source-dirs: src ghc-options: -Wall if !impl(hugs) cpp-options: -DLANGUAGE_DeriveDataTypeable other-extensions: DeriveDataTypeable