-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
35 lines (35 loc) · 876 Bytes
/
package.yaml
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: verifiable-expressions
version: '0.3.0.0'
category: Language
author: Bradley Hardy
maintainer: [email protected]
license: Apache-2.0
dependencies:
- base >=4.9 && <4.11
- containers >=0.5.7 && <0.6
- transformers >=0.5 && <0.6
- mtl >=2.0 && <3
- lens >=4.10 && <5
- sbv >=7.0 && <8
- union >=0.1.1 && <0.2
- vinyl >=0.6 && <0.7
library:
ghc-options: -Wall
exposed-modules:
- Language.Expression
- Language.Expression.Example
- Language.Expression.Choice
- Language.Expression.Scope
- Language.Expression.GeneralOp
- Language.Expression.Prop
- Language.Expression.Pretty
- Language.Expression.Util
- Language.Verification
- Language.Verification.Conditions
- Language.Verification.Core
- Language.While.Hoare
- Language.While.Hoare.Prover
- Language.While.Syntax
- Language.While.Syntax.Sugar
- Language.While.Test
- Data.Vinyl.Curry