diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-05-07 10:33:14 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-05-07 10:33:14 +0200 |
commit | a1d84fcb94d3e2f96d837643519806fd49522634 (patch) | |
tree | 5f98731303435219c14c9e0625e06d7c1938f6a5 /edit-lens/src/Data/String/DFST.hs | |
parent | 6d1f39826963890e9612b39f92843f134b6973f3 (diff) | |
download | incremental-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/src/Data/String/DFST.hs')
-rw-r--r-- | edit-lens/src/Data/String/DFST.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/edit-lens/src/Data/String/DFST.hs b/edit-lens/src/Data/String/DFST.hs index 75ca1cd..702a0d8 100644 --- a/edit-lens/src/Data/String/DFST.hs +++ b/edit-lens/src/Data/String/DFST.hs | |||
@@ -1,6 +1,4 @@ | |||
1 | {-# LANGUAGE RecordWildCards | 1 | {-# LANGUAGE ScopedTypeVariables |
2 | , PatternGuards | ||
3 | , ScopedTypeVariables | ||
4 | #-} | 2 | #-} |
5 | 3 | ||
6 | {-| | 4 | {-| |