forked from mokus0/dependent-sum-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependent-sum-template.cabal
28 lines (23 loc) · 1.02 KB
/
dependent-sum-template.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: dependent-sum-template
version: 0.0.0.5
stability: experimental
cabal-version: >= 1.6
build-type: Simple
author: James Cook <[email protected]>
maintainer: James Cook <[email protected]>
license: PublicDomain
homepage: /dev/null
category: Unclassified
synopsis: Template Haskell code to generate instances of classes in dependent-sum package
description: Template Haskell code to generate instances of classes in dependent-sum package, such as 'GEq' and 'GCompare'.
source-repository head
type: git
location: git://github.com/mokus0/dependent-sum-template.git
Library
hs-source-dirs: src
exposed-modules: Data.GADT.Compare.TH
Data.GADT.Show.TH
build-depends: base >= 3 && <5,
dependent-sum >= 0.2 && < 0.5,
template-haskell,
th-extras >= 0.0.0.2