summaryrefslogtreecommitdiff
path: root/edit-lens/package.yaml
diff options
context:
space:
mode:
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