-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproofs-of-data.cabal
42 lines (37 loc) · 1.56 KB
/
proofs-of-data.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
name: proofs-of-data
version: 0.0.0.1
synopsis: Port of Andrew Appel's VFA to LiquidHaskell
description: Please see the README on github for more
<https://github.com/ucsd-progsys/proofs-of-data>
homepage: https://github.com/ucsd-progsys/proofs-of-data#readme
bug-reports: https://github.com/ucsd-progsys/proofs-of-data/issues
license: MIT
license-file: LICENSE
author: Ranjit Jhala
maintainer: Ranjit Jhala <[email protected]>
copyright: 2019 Ranjit Jhala
category: Development
cabal-version: >=1.10
build-type: Custom
library
exposed-modules: ProofCombinators,
Lists,
Perm,
Sort,
Selection,
TotalMaps,
SearchTree,
Positive,
Trie,
RedBlack
build-depends: base >=4.8 && <5,
containers
hs-source-dirs: src
default-language: Haskell2010
default-extensions: TupleSections
ghc-options: -rtsopts
-with-rtsopts=-N
-Wall
source-repository head
type: git
location: https://github.com/ucsd-progsys/proofs-of-data