name: intrinsic-superclasses
version: 0.2.0.0
synopsis: A quasiquoter implementation of the Intrinsic Superclasses Proposal
description:
A template haskell implementation of the
<https://ghc.haskell.org/trac/ghc/wiki/IntrinsicSuperclasses Intrinsic Superclasses Proposal>,
which allows defining all superclass methods at the "root"
of the class heirarchy in one declaration, rather than
an instance declaration per class
homepage: https://github.com/daig/intrinsic-superclasses#readme
license: MIT
license-file: LICENSE
author: Dai
maintainer: dailectic@gmail.com
copyright: Sodality
category: Language
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
ghc-options: -Wall
exposed-modules: Language.Haskell.TH.Instances
build-depends: base >= 4.7 && < 5
,template-haskell
,haskell-src-meta
,containers
,mtl
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/daig/intrinsic-superclasses