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.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/edit-lens/package.yaml b/edit-lens/package.yaml
index 61d1285..5bf7fba 100644
--- a/edit-lens/package.yaml
+++ b/edit-lens/package.yaml
@@ -21,14 +21,19 @@ library:
21 - GADTs 21 - GADTs
22 - TupleSections 22 - TupleSections
23 - ScopedTypeVariables 23 - ScopedTypeVariables
24 - RecordWildCards
25 - NamedFieldPuns
26 - ViewPatterns
24 source-dirs: src 27 source-dirs: src
25 dependencies: 28 dependencies:
26 - base 29 - base
27 - lens 30 - lens
28 - containers 31 - containers
32 - mtl
29 exposed-modules: 33 exposed-modules:
30 - Control.Edit 34 - Control.Edit
31 - Control.Edit.Container 35 - Control.Edit.Container
36 - Control.Edit.Container.Transducer
32 - Control.Lens.Edit 37 - Control.Lens.Edit
33 - Control.Lens.Edit.Generic 38 - Control.Lens.Edit.Generic
34 39