summaryrefslogtreecommitdiff
path: root/edit-lens/package.yaml
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-05-07 10:33:14 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-05-07 10:33:14 +0200
commita1d84fcb94d3e2f96d837643519806fd49522634 (patch)
tree5f98731303435219c14c9e0625e06d7c1938f6a5 /edit-lens/package.yaml
parent6d1f39826963890e9612b39f92843f134b6973f3 (diff)
downloadincremental-dfsts-a1d84fcb94d3e2f96d837643519806fd49522634.tar
incremental-dfsts-a1d84fcb94d3e2f96d837643519806fd49522634.tar.gz
incremental-dfsts-a1d84fcb94d3e2f96d837643519806fd49522634.tar.bz2
incremental-dfsts-a1d84fcb94d3e2f96d837643519806fd49522634.tar.xz
incremental-dfsts-a1d84fcb94d3e2f96d837643519806fd49522634.zip
Move non-breaking language extensions to package.yaml
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