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.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/edit-lens/package.yaml b/edit-lens/package.yaml
index 5e8c2d2..0030420 100644
--- a/edit-lens/package.yaml
+++ b/edit-lens/package.yaml
@@ -19,6 +19,9 @@ library:
19 - AllowAmbiguousTypes 19 - AllowAmbiguousTypes
20 - TypeApplications 20 - TypeApplications
21 - GADTs 21 - GADTs
22 - RecordWildCards
23 - PatternGuards
24 - TupleSections
22 source-dirs: src 25 source-dirs: src
23 dependencies: 26 dependencies:
24 - base 27 - base