-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
28 lines (27 loc) · 896 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
name: poly-lang
version: 0.2.0
github: dcastrop/DPoly
license: BSD3
author: David Castro-Perez <[email protected]>
maintainer: David Castro-Perez <[email protected]>
copyright: 2017 David Castro-Perez
extra-source-files:
- README.md
- ChangeLog.md
synopsis: Deep embedding of a point-free language based on Polynomial
functors
# category: Web
description: Please see the README on Github at <https://github.com/dcastrop/DPoly#readme>
dependencies:
- base >= 4.9 && < 5
- singletons >= 2.4 && < 2.5
- prettyprinter >= 1.2 && < 1.3
- quoted-prettyprinter >= 0.1 && < 0.2
- mtl >= 2.2.1 && < 2.3
- constrained-control >= 0.1 && < 0.2
- constraints >= 0.10 && < 0.11
- ivector >= 0.1 && < 0.2
library:
source-dirs: src
ghc-options:
- -Wall