-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathliterate-unitb.cabal
More file actions
279 lines (234 loc) · 11.2 KB
/
Copy pathliterate-unitb.cabal
File metadata and controls
279 lines (234 loc) · 11.2 KB
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
-- Initial literate-unitb.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
-- The name of the package.
name: literate-unitb
-- The package version. See the Haskell package versioning policy (PVP)
-- for standards guiding when and how versions should be incremented.
-- http://www.haskell.org/haskellwiki/Package_versioning_policy
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.1.0.0
-- A short (one-line) description of the package.
synopsis: Formal verification of reactive, concurrent and distributed systems
-- A longer description of the package.
description: Unit-B is a formal method for the specification, design and verification of reactive, concurrent and distributed systems. It works through step-wise refinement of event systems and permits the user to prove safety and liveness property at a high abstraction level and to preserve them through refinement down to low-level design / pseudo-code.
-- The license under which the package is released.
license: MIT
-- The file containing the license text.
license-file: LICENSE
-- The package author(s).
author: Simon Hudon
-- An email address to which users can send suggestions, bug reports, and
-- patches.
maintainer: simon@cse.yorku.ca
-- A copyright notice.
-- copyright:
category: Development
build-type: Simple
-- Extra files to be distributed with the package, such as examples or a
-- README.
extra-source-files: README.md
data-files:
Tests/*.tex
"Tests/garbage collector/*.tex"
Tests/parser/*.tex
Tests/puzzle/*.tex
Tests/definitions/*.tex
"Tests/lock-free deque/*.tex"
"Tests/termination detection/*.tex"
Tests/train-station-ref/*.tex
-- Constraint on the version of Cabal needed to build this package.
cabal-version: >=1.10
-- Flag RawMap
-- Description: stuff
-- default: True
Flag LazyNames
-- Description: stuff
default: False
Flag HashedKeys
-- Description: stuff
default: False
Flag BucketTable
-- Description: stuff
default: False
Flag PackagedNames
-- Description: stuff
default: False
source-repository head
type: git
location: https://github.com/unitb/literate-unitb
library
hs-source-dirs: src
exposed-modules:
Paths_literate_unitb
Code.Synthesis
Document.Document
Document.ExprScope
Document.Machine
Document.MachineSpec
Document.Phase
Document.Phase.Declarations
Document.Phase.Expressions
Document.Phase.Latex
Document.Phase.Parameters
Document.Phase.Proofs
Document.Phase.Structures
Document.Phase.Transient
Document.Phase.Types
Document.Pipeline
Document.Proof
Document.Refinement
Document.Scope
Document.VarScope
Document.Visitor
Documentation.SummaryGen
Interactive.Observable
Interactive.Pipeline
Interactive.Serialize
UnitB.Event
UnitB.Expr
UnitB.Expr.Parser
UnitB.Machine
UnitB.PO
UnitB.Proof
UnitB.Proof.Rules
UnitB.Proof.PO
UnitB.Property
UnitB.QuasiQuote
UnitB.Syntax
UnitB.System
UnitB.UnitB
-- TEST CASES
-- Document.Tests.CompCalc
Document.Tests.Cubes
Document.Tests.Definitions
Document.Tests.GarbageCollector
-- Document.Tests.IndirectEq
Document.Tests.Lambdas
Document.Tests.LockFreeDeque
Document.Tests.LockFreeDeque.Stable
Document.Tests.Parser
Document.Tests.Phase
Document.Tests.Puzzle
Document.Tests.SmallMachine
Document.Tests.Suite
Document.Tests.TerminationDetection
Document.Tests.TrainStation
Document.Tests.TrainStationRefinement
Document.Tests.TrainStationSets
Document.Tests.UnlessExcept
Code.Test
Document.Phase.Test
Document.Test
Documentation.Test
UnitB.Test
Utilities.Test
default-language: Haskell2010
build-depends: ansi-terminal, array, async, axiomatic-classes, base >=4.8 && < 5, bipartite-graph, bytestring, cereal < 5, classy-lens-hierarchy, co-applicative, containers, data-compressed, data-default, data-ordlist, deepseq, directory >= 1.2.2.0, dlist, either, existential, existential, file-system-mockup, filepath, generic-instances, hashable, control-invariants, lens, lens-extra, literate-unitb-latex, literate-unitb-logic, literate-unitb-utils, map-syntax, MissingH, monoid-transformer, mtl, parallel, partial-order, th-printf, process, pseudomacros, QuickCheck, semigroupoids, semigroups, show-with, stm, string-lenses, tagged, template-haskell, time, transformer-lenses, transformers >=0.3, unfoldable, unitb-testing, unordered-containers, witherable, typelist-functor, constraints, pretty-printable, prelude-extras, hscolour, unordered-containers, serialize-instances, literate-unitb-config, syntax-error, quickcheck-report
ghc-options: -W -fwarn-missing-signatures
-fwarn-incomplete-uni-patterns
-fwarn-missing-methods
-fno-ignore-asserts
-fwarn-tabs
-j8
-- LANGUAGE extensions used by modules in this package.
default-extensions: TupleSections, DeriveFunctor, DeriveGeneric, DeriveFoldable, RankNTypes, MultiParamTypeClasses, GeneralizedNewtypeDeriving, TemplateHaskell, FlexibleContexts, FlexibleInstances, DeriveDataTypeable, TypeSynonymInstances, DefaultSignatures, DeriveTraversable, FunctionalDependencies, ImplicitParams, QuasiQuotes
executable unitb
-- .hs or .lhs file containing the Main module.
hs-source-dirs: app
main-is: Continuous.hs
default-language: Haskell2010
build-depends: base >=4.8 && < 5, directory >= 1.2.2.0, either, control-invariants, lens, literate-unitb, literate-unitb-logic, literate-unitb-utils, mtl, pseudomacros, time, file-system-mockup, literate-unitb-latex, containers, lens-extra, literate-unitb-config, syntax-error, gitrev
ghc-options: -W -fwarn-missing-signatures
-fwarn-incomplete-uni-patterns
-fwarn-missing-methods
-threaded -fno-ignore-asserts
-fwarn-tabs
-j8
-- LANGUAGE extensions used by modules in this package.
default-extensions: TupleSections, DeriveFunctor, DeriveGeneric, DeriveFoldable, RankNTypes, MultiParamTypeClasses, GeneralizedNewtypeDeriving, TemplateHaskell, FlexibleContexts, FlexibleInstances, DeriveDataTypeable, TypeSynonymInstances, DefaultSignatures, DeriveTraversable, FunctionalDependencies, ImplicitParams, QuasiQuotes
executable unitb-zip-name
-- .hs or .lhs file containing the Main module.
hs-source-dirs: app
main-is: ZipName.hs
default-language: Haskell2010
build-depends: base >=4.8 && < 5
-- , directory >= 1.2.2.0
-- , either
-- , control-invariants
-- , lens
, th-printf
, literate-unitb
-- , literate-unitb-logic
-- , literate-unitb-utils, mtl, pseudomacros, time, file-system-mockup, literate-unitb-latex, containers, lens-extra
, literate-unitb-config
-- , syntax-error
, gitrev
ghc-options: -W -fwarn-missing-signatures
-fwarn-incomplete-uni-patterns
-fwarn-missing-methods
-threaded -fno-ignore-asserts
-fwarn-tabs
-j8
-- LANGUAGE extensions used by modules in this package.
default-extensions: TupleSections, DeriveFunctor, DeriveGeneric, DeriveFoldable, RankNTypes, MultiParamTypeClasses, GeneralizedNewtypeDeriving, TemplateHaskell, FlexibleContexts, FlexibleInstances, DeriveDataTypeable, TypeSynonymInstances, DefaultSignatures, DeriveTraversable, FunctionalDependencies, ImplicitParams, QuasiQuotes
executable test_tmp
hs-source-dirs: suite
main-is: test_tmp.hs
default-language: Haskell2010
build-depends: base >=4.8 && < 5, literate-unitb, literate-unitb-latex, literate-unitb-logic, literate-unitb-utils, process, QuickCheck, unitb-testing, lens, quickcheck-report, mtl, monad-loops, semigroups, typelist-functor, containers, deepseq
ghc-options: -W -fwarn-missing-signatures
-fwarn-incomplete-uni-patterns
-fwarn-missing-methods
-threaded -fno-ignore-asserts
-fwarn-tabs
-j8
-- LANGUAGE extensions used by modules in this package.
default-extensions: TupleSections, DeriveFunctor, DeriveGeneric, DeriveFoldable, RankNTypes, MultiParamTypeClasses, GeneralizedNewtypeDeriving, TemplateHaskell, FlexibleContexts, FlexibleInstances, DeriveDataTypeable, TypeSynonymInstances, DefaultSignatures, DeriveTraversable, FunctionalDependencies, ImplicitParams, QuasiQuotes
executable test
hs-source-dirs: suite
main-is: test.hs
default-language: Haskell2010
build-depends: base >=4.8 && < 5, directory >= 1.2.2.0, literate-unitb, literate-unitb-latex, literate-unitb-logic, literate-unitb-utils, shelly, unitb-testing, lens, quickcheck-report, optparse-applicative, transformers, axiomatic-classes, control-invariants, process
-- Modules included in this executable, other than Main.
-- other-modules: test.hs
ghc-options: -W -fwarn-missing-signatures
-fwarn-incomplete-uni-patterns
-fwarn-missing-methods
-threaded -fno-ignore-asserts
-fwarn-tabs
-j8
-- LANGUAGE extensions used by modules in this package.
default-extensions: TupleSections, DeriveFunctor, DeriveGeneric, DeriveFoldable, RankNTypes, MultiParamTypeClasses, GeneralizedNewtypeDeriving, TemplateHaskell, FlexibleContexts, FlexibleInstances, DeriveDataTypeable, TypeSynonymInstances, DefaultSignatures, DeriveTraversable, FunctionalDependencies, ImplicitParams, QuasiQuotes
-- Directories containing source files.
-- hs-source-dirs: .
-- Base language which the package is written in.
default-language: Haskell2010
test-suite tests
ghc-options: -W -fwarn-missing-signatures
-fwarn-incomplete-uni-patterns
-fwarn-missing-methods
-threaded -fno-ignore-asserts
-fwarn-tabs
-j8
default-extensions: OverloadedStrings
-- type: exitcode-stdio-1.0
type: exitcode-stdio-1.0
hs-source-dirs: suite
default-language: Haskell2010
main-is: test.hs
build-depends: base >= 4.8 && < 5, literate-unitb,
shelly, directory >= 1.2.2.0,
literate-unitb-utils,
literate-unitb-logic,
literate-unitb-latex,
unitb-testing,
transformers,
axiomatic-classes,
lens, quickcheck-report,
optparse-applicative,
control-invariants,
process
default-language: Haskell2010
default-extensions: TupleSections, DeriveFunctor, DeriveGeneric, DeriveFoldable, RankNTypes, MultiParamTypeClasses, GeneralizedNewtypeDeriving, TemplateHaskell, FlexibleContexts, FlexibleInstances, DeriveDataTypeable, TypeSynonymInstances, DefaultSignatures, DeriveTraversable, FunctionalDependencies, ImplicitParams