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, 4 insertions, 1 deletions
diff --git a/edit-lens/package.yaml b/edit-lens/package.yaml
index db1f021..5737fb4 100644
--- a/edit-lens/package.yaml
+++ b/edit-lens/package.yaml
@@ -19,12 +19,15 @@ library:
19 - AllowAmbiguousTypes 19 - AllowAmbiguousTypes
20 - TypeApplications 20 - TypeApplications
21 - GADTs 21 - GADTs
22 - TupleSections
23 - ScopedTypeVariables
22 source-dirs: src 24 source-dirs: src
23 dependencies: 25 dependencies:
24 - base 26 - base
25 - lens 27 - lens
28 - containers
26 exposed-modules: 29 exposed-modules:
27 - Control.Edit 30 - Control.Edit
28 - Control.Edit.Tree 31 - Control.Edit.Container
29 - Control.Lens.Edit 32 - Control.Lens.Edit
30 33