name: multi-instance version: 0.0.0.4 category: Algebra synopsis: Typeclasses augmented with a phantom type parameter description: Provides alternative versions of common typeclasses, augmented with a phantom type parameter that allows multiple instances to be specified in the case where a type has more than one candidate instance for the original class. homepage: https://github.com/chris-martin/multi-instance bug-reports: https://github.com/chris-martin/multi-instance/issues author: Chris Martin maintainer: Chris Martin license: Apache-2.0 license-file: license.txt cabal-version: >= 1.10 build-type: Simple tested-with: GHC == 8.0.2 , GHC == 8.2.2 , GHC == 8.4.3 , GHC == 8.6.1 source-repository head type: git location: https://github.com/chris-martin/multi-instance library default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.9 && <4.13 exposed-modules: MultiInstance test-suite doctest default-language: Haskell2010 type: exitcode-stdio-1.0 main-is: doctest.hs hs-source-dirs: test ghc-options: -Wall -threaded build-depends: base >=4.9 && <4.13 , doctest , multi-instance