summaryrefslogtreecommitdiff
path: root/edit-lens/package.yaml
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-05-21 16:14:26 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-05-21 16:14:26 +0200
commitd3f6fdc3ea71386c2b9a9cd5a686455dbee3e60e (patch)
treeb62e4748b8e058a5ab4122accf6b33e15bdd9b49 /edit-lens/package.yaml
parenteb599b2394e62842423cc0bbee2432a9cae95f4b (diff)
downloadincremental-dfsts-d3f6fdc3ea71386c2b9a9cd5a686455dbee3e60e.tar
incremental-dfsts-d3f6fdc3ea71386c2b9a9cd5a686455dbee3e60e.tar.gz
incremental-dfsts-d3f6fdc3ea71386c2b9a9cd5a686455dbee3e60e.tar.bz2
incremental-dfsts-d3f6fdc3ea71386c2b9a9cd5a686455dbee3e60e.tar.xz
incremental-dfsts-d3f6fdc3ea71386c2b9a9cd5a686455dbee3e60e.zip
Introduce FSTs & Generalize input/output
`toFST` is currently invalid
Diffstat (limited to 'edit-lens/package.yaml')
-rw-r--r--edit-lens/package.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/edit-lens/package.yaml b/edit-lens/package.yaml
index 970d50a..2374898 100644
--- a/edit-lens/package.yaml
+++ b/edit-lens/package.yaml
@@ -20,6 +20,7 @@ library:
20 - TypeApplications 20 - TypeApplications
21 - GADTs 21 - GADTs
22 - RecordWildCards 22 - RecordWildCards
23 - NamedFieldPuns
23 - PatternGuards 24 - PatternGuards
24 - TupleSections 25 - TupleSections
25 - RankNTypes 26 - RankNTypes
@@ -31,9 +32,12 @@ library:
31 - containers 32 - containers
32 - composition-tree 33 - composition-tree
33 - Diff 34 - Diff
35 - mtl
34 exposed-modules: 36 exposed-modules:
35 - Control.Edit 37 - Control.Edit
36 - Data.String.DFST
37 - Control.Lens.Edit 38 - Control.Lens.Edit
39 - Control.DFST
40 - Control.FST
41 - Control.DFST.Lens
38 42
39 43