-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtypewriter.cabal
36 lines (33 loc) · 1.33 KB
/
typewriter.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
33
34
35
Name: typewriter
Version: 0.1
Synopsis: Ridiculous and utterly inexcusable type hackery.
Description:
Author: C. McCann
Maintainer: cam@uptoisomorphism.net
Copyright: Copyright (c) 2011 Casey A. McCann
Stability: experimental
Category: Data
License: BSD3
License-file: LICENSE
Cabal-version: >=1.2
Build-type: Simple
Library
Exposed-modules: Data.Typewriter
, Data.Typewriter.Core
, Data.Typewriter.Data
, Data.Typewriter.Data.List
, Data.Typewriter.Data.Nat
, Data.Typewriter.Demote
, Data.Typewriter.Functions
, Data.Typewriter.TypeEq
, Data.Typewriter.Types
, Data.Typewriter.Types.Algebraic
, Data.Typewriter.Types.Algebraic.Card
, Data.Typewriter.Types.Boolean
, Data.Typewriter.Types.Peano
, Data.Typewriter.Variadic
, Data.Typewriter.Variadic.Apply
, Data.Typewriter.Variadic.Compose
, Data.Typewriter.Variadic.Flip
, Data.Typewriter.Variadic.Natural
Build-depends: base >= 4 && < 5