-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.yaml
More file actions
49 lines (39 loc) · 1.46 KB
/
package.yaml
File metadata and controls
49 lines (39 loc) · 1.46 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
name: partial-isomorphisms
version: 0.2.4.0
github: "schernichkin/partial-isomorphisms"
license: BSD3
license-file: LICENSE
author: "Tillmann Rendel <rendel@informatik.uni-marburg.de>"
maintainer: "Stanislav Chernichkin <schernichkin@gmail.com>"
extra-source-files:
- README.md
- CHANGELOG.md
synopsis: "Partial isomorphisms."
category: Control
description: "Partial isomorphisms as described in the
paper:
Tillmann Rendel and Klaus Ostermann.
Invertible Syntax Descriptions:
Unifying Parsing and Pretty Printing.
In /Proc. of Haskell Symposium/, 2010.
The paper also describes invertible syntax
descriptions as a common interface for
parsers and pretty printers. These are
distributed separately in the
/invertible-syntax/ package."
homepage: "http://www.informatik.uni-marburg.de/~rendel/unparse"
dependencies:
- base >= 4.15 && < 5
- template-haskell >= 2.21
ghc-options:
- -Wall
- -Wcompat
- -Widentities
- -Wincomplete-record-updates
- -Wincomplete-uni-patterns
- -Wmissing-export-lists
- -Wmissing-home-modules
- -Wpartial-fields
- -Wredundant-constraints
library:
source-dirs: src