-
Notifications
You must be signed in to change notification settings - Fork 0
/
ty.cabal
32 lines (30 loc) · 954 Bytes
/
ty.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
29
30
31
32
Name: ty
Version: 0.1.7
Synopsis: Typed type representations and equality proofs
Category: Data
Cabal-Version: >= 1.6
Description:
Typed type representations and equality proofs
.
Project wiki page: <http://haskell.org/haskellwiki/ty>
.
Copyright 2009-2012 Conal Elliott; BSD3 license.
Author: Conal Elliott
Maintainer: conal@conal.net
Homepage: https://github.com/conal/ty
Copyright: (c) 2009-2013 by Conal Elliott
License: BSD3
License-File: COPYING
Stability: experimental
build-type: Simple
source-repository head
type: git
location: git://github.com/conal/ty.git
Library
hs-Source-Dirs: src
Build-Depends: base<5, ghc-prim
Exposed-Modules:
Data.Proof.EQ
Data.IsTy
Data.Ty
ghc-options: -Wall