-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwlp.cabal
More file actions
29 lines (27 loc) · 941 Bytes
/
wlp.cabal
File metadata and controls
29 lines (27 loc) · 941 Bytes
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
name: wlp
version: 0.0.0.1
synopsis: Weakest liberal precondition engine
description: Please see README.md
--homepage: http://github.com/githubuser/simple#readme
license: BSD3
license-file: LICENSE
author: Author name Carlos Tomé
maintainer: carlostome1990@gmail.com
copyright: 2016 Author Carlos Tomé
category: Web
build-type: Simple
extra-source-files: stack.yaml
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules:
WLP,
Example
build-depends: base >= 4.7 && < 5,
containers,
sbv,
mtl,
Stream,
ansi-wl-pprint
default-language: Haskell2010
ghc-options: -Wall -fno-warn-incomplete-patterns