-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtinytools.cabal
244 lines (239 loc) · 7.46 KB
/
tinytools.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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
cabal-version: 1.12
name: tinytools
version: 0.1.0.8
description: tinytools is a mono-space unicode diagram editor library, tinytools is only the model and controller. See tinytools-vty for a terminal based view frontend.
homepage: https://github.com/minimapletinytools/tinytools#readme
bug-reports: https://github.com/minimapletinytools/tinytools/issues
author: minimaple
maintainer: [email protected]
synopsis: tinytools is a monospace unicode diagram editor
category: User Interfaces
copyright: 2023 minimaple (Peter Lu)
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
Tested-With: GHC ==9.2.5 || ==9.6.2
source-repository head
type: git
location: https://github.com/minimapletinytools/tinytools
library
exposed-modules:
Potato.Data.Text.Unicode
Potato.Data.Text.Zipper
Potato.Data.Text.Zipper2
Potato.Flow
Potato.Flow.Attachments
Potato.Flow.BroadPhase
Potato.Flow.Cmd
Potato.Flow.Configuration
Potato.Flow.Controller
Potato.Flow.Controller.Goat
Potato.Flow.Controller.Handler
Potato.Flow.Controller.Input
Potato.Flow.Controller.Manipulator.Box
Potato.Flow.Controller.Manipulator.BoxText
Potato.Flow.Controller.Manipulator.Common
Potato.Flow.Controller.Manipulator.Layers
Potato.Flow.Controller.Manipulator.Line
Potato.Flow.Controller.Manipulator.Pan
Potato.Flow.Controller.Manipulator.Select
Potato.Flow.Controller.Manipulator.TextArea
Potato.Flow.Controller.Manipulator.TextInputState
Potato.Flow.Controller.OwlLayers
Potato.Flow.Controller.Types
Potato.Flow.DebugHelpers
Potato.Flow.Deprecated.Layers
Potato.Flow.Deprecated.State
Potato.Flow.Deprecated.TestStates
Potato.Flow.Preview
Potato.Flow.Llama
Potato.Flow.Math
Potato.Flow.Methods.LineDrawer
Potato.Flow.Methods.LineTypes
Potato.Flow.Methods.TextCommon
Potato.Flow.Methods.Types
Potato.Flow.Methods.LlamaWorks
Potato.Flow.Owl
Potato.Flow.OwlHelpers
Potato.Flow.OwlItem
Potato.Flow.OwlState
Potato.Flow.OwlWorkspace
Potato.Flow.Reflex
Potato.Flow.Reflex.GoatSwitcher
Potato.Flow.Reflex.GoatWidget
Potato.Flow.Render
Potato.Flow.RenderCache
Potato.Flow.Methods.SEltMethods
Potato.Flow.Serialization.Snake
Potato.Flow.Serialization.SnakeWrangler
Potato.Flow.Serialization.Versions.V1.SElts
Potato.Flow.Methods.Shape
Potato.Flow.TestStates
Potato.Flow.Types
hs-source-dirs:
src
default-extensions:
ApplicativeDo
BangPatterns
DataKinds
ConstraintKinds
DeriveFoldable
DeriveFunctor
DeriveTraversable
DeriveGeneric
DeriveLift
DeriveTraversable
DerivingStrategies
EmptyCase
ExistentialQuantification
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
OverloadedStrings
PatternSynonyms
RankNTypes
ScopedTypeVariables
StandaloneDeriving
TupleSections
TypeApplications
TypeFamilies
TypeFamilyDependencies
TypeOperators
NoImplicitPrelude
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-ignore-asserts
build-depends:
base >=4.7 && <5
, relude >= 1.2.1 && < 1.3
, reflex >= 0.9.2 && < 1
, reflex-potatoes >= 0.1.0 && < 0.2
, reflex-test-host >= 0.1.2.3 && < 0.2
, aeson >= 2.1.2 && < 2.2
, deepseq >= 1.4.6 && < 1.5
, containers >= 0.6.7 && < 0.7
, bytestring >= 0.11.4 && < 0.12
, mtl >= 2.3.1 && < 2.4
, binary >= 0.8.9 && < 0.9
, filepath >= 1.4.100 && < 1.5
, text >= 2.0.2 && < 2.1
, semialign >= 1.3 && < 1.4
, vector >= 0.13.1 && < 0.14
, these >= 1.2 && < 1.3
, aeson-pretty >= 0.8.10 && < 0.9
, bimap >= 0.5.0 && < 0.6
, constraints-extras >= 0.4.0 && < 0.5
, data-default >= 0.7.1 && < 0.8
, data-ordlist >= 0.4.7 && < 0.5
, dependent-map >= 0.4.0 && < 0.5
, dependent-sum >= 0.7.2 && < 0.8
, dependent-sum-template >= 0.2.0 && < 0.3
, extra >= 1.7.14 && < 1.8
, ilist >= 0.4.0 && < 0.5
, lens >= 5.2.3 && < 5.3
, linear >= 1.22 && < 1.23
, pretty-simple >= 4.1.2 && < 4.2
, ref-tf >= 0.5.0 && < 0.6
, vty>=5.28 && <6.2
default-language: Haskell2010
test-suite tinytools-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Potato.Data.Text.UnicodeSpec
Potato.Data.Text.Zipper2Spec
Potato.Data.Text.ZipperSpec
Potato.Flow.AttachmentsSpec
Potato.Flow.BroadPhaseSpec
Potato.Flow.Common
Potato.Flow.Controller.Manipulator.BoxSpec
Potato.Flow.Controller.Manipulator.LayersSpec
Potato.Flow.Controller.Manipulator.LineSpec
Potato.Flow.Controller.Manipulator.PanSpec
Potato.Flow.Controller.GeneralSpec
Potato.Flow.Controller.Manipulator.TestHelpers
Potato.Flow.Deprecated.Controller.EverythingWidgetSpec
Potato.Flow.Deprecated.Controller.LayersSpec
Potato.Flow.Deprecated.Controller.Manipulator.BoxSpec
Potato.Flow.Deprecated.Controller.Manipulator.BoxTextSpec
Potato.Flow.Deprecated.Controller.Manipulator.LayersSpec
Potato.Flow.Deprecated.Controller.Manipulator.SelectSpec
Potato.Flow.Deprecated.Controller.Manipulator.TextAreaSpec
Potato.Flow.Deprecated.Controller.ManipulatorSpec
Potato.Flow.Deprecated.LayersSpec
Potato.Flow.Deprecated.StateSpec
Potato.Flow.GoatCmdSpec
Potato.Flow.GoatTester
Potato.Flow.LlamaSpec
Potato.Flow.MathSpec
Potato.Flow.Methods.LineDrawerSpec
Potato.Flow.OwlSpec
Potato.Flow.RenderSpec
Potato.Flow.Methods.SEltMethodsSpec
Paths_tinytools
hs-source-dirs:
test
default-extensions:
ApplicativeDo
BangPatterns
DataKinds
ConstraintKinds
DeriveFoldable
DeriveFunctor
DeriveTraversable
DeriveGeneric
DeriveLift
DeriveTraversable
DerivingStrategies
EmptyCase
ExistentialQuantification
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
OverloadedStrings
PatternSynonyms
RankNTypes
ScopedTypeVariables
StandaloneDeriving
TupleSections
TypeApplications
TypeFamilies
TypeFamilyDependencies
TypeOperators
NoImplicitPrelude
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N -fno-ignore-asserts
build-depends:
base >=4.7 && <5
, HUnit
, hspec
, hspec-contrib
, relude >= 1.2.1 && < 1.3
, reflex >= 0.9.2 && < 1
, reflex-test-host >= 0.1.2.3 && < 0.2
, tinytools
, extra >= 1.7.14 && < 1.8
, data-default >= 0.7.1 && < 0.8
, containers >= 0.6.7 && < 0.7
, these >= 1.2 && < 1.3
, dependent-sum >= 0.7.2 && < 0.8
, vector >= 0.13.1 && < 0.14
, data-ordlist >= 0.4.7 && < 0.5
build-tool-depends: hspec-discover:hspec-discover
default-language: Haskell2010