-
Notifications
You must be signed in to change notification settings - Fork 2
/
cassowary-haskell.cabal.old
95 lines (91 loc) · 3.46 KB
/
cassowary-haskell.cabal.old
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Name: cassowary-haskell
Version: 0.0.0
Author: Athan Clark <athan.clark@gmail.com>
Maintainer: Athan Clark <athan.clark@gmail.com>
License: MIT
License-File: LICENSE
Synopsis: A modern Cassowary implementation in pure Haskell.
-- Description:
Cabal-Version: >= 1.10
Build-Type: Simple
Library
Default-Language: Haskell2010
HS-Source-Dirs: src
GHC-Options: -Wall -threaded -O2
Exposed-Modules: Linear.Grammar
Linear.Grammar.Types
Linear.Constraints.Slack
Linear.Constraints.Error
Linear.Constraints.Tableau
Linear.Constraints.Weights
Linear.Constraints.Cassowary
Linear.Constraints.Cassowary.Basic
Linear.Constraints.Cassowary.Bland
Linear.Constraints.Cassowary.AugmentedSimplex
Build-Depends: base >= 4.8 && < 5
, mtl
, transformers
, transformers-base
, containers
, these
, semialign
, semigroups
, QuickCheck
, quickcheck-instances
, vector
Test-Suite spec
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
Hs-Source-Dirs: src
, test
Ghc-Options: -Wall -threaded -O2
Main-Is: Main.hs
Other-Modules:
Linear.GrammarSpec
Linear.Constraints.WeightSpec
Linear.Constraints.SlackSpec
Linear.Constraints.CassowarySpec
Linear.Constraints.Cassowary
Linear.Constraints.Cassowary.AugmentedSimplex
Linear.Constraints.Slack
Linear.Constraints.Tableau
Linear.Constraints.Weights
Linear.Grammar
Linear.Grammar.Types
Build-Depends: base
, tasty
, tasty-quickcheck
, tasty-hunit
, QuickCheck
, quickcheck-instances
, mtl
, semialign
, text
, transformers
, transformers-base
, containers
, these
, semigroups
, vector
Benchmark profile
Type: exitcode-stdio-1.0
Main-Is: Profile.hs
Hs-Source-Dirs: bench
, src
GHC-Options: -O2 -threaded
Build-Depends: base
, criterion
, QuickCheck
, quickcheck-instances
, mtl
, transformers
, transformers-base
, containers
, witherable
, these
, keys
, sets
, composition
Source-Repository head
Type: git
Location: https://github.com/athanclark/cassowary-haskell.git