diff options
author | pacien | 2020-01-05 16:42:09 +0100 |
---|---|---|
committer | pacien | 2020-01-05 16:42:09 +0100 |
commit | ee222b40569b9f40c482dd9df518f6445c1c304d (patch) | |
tree | 84c31fb9618681e2eac5c0e033851ada19bae617 /compiler/src/Processors.hs | |
parent | 9dd271504160b624284dbc438cdc867b6ca0d0e7 (diff) | |
download | ldgallery-ee222b40569b9f40c482dd9df518f6445c1c304d.tar.gz |
compiler: enable language extensions on whole project
Diffstat (limited to 'compiler/src/Processors.hs')
-rw-r--r-- | compiler/src/Processors.hs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/src/Processors.hs b/compiler/src/Processors.hs index 6ee8c78..e10dc21 100644 --- a/compiler/src/Processors.hs +++ b/compiler/src/Processors.hs | |||
@@ -16,13 +16,6 @@ | |||
16 | -- You should have received a copy of the GNU Affero General Public License | 16 | -- You should have received a copy of the GNU Affero General Public License |
17 | -- along with this program. If not, see <https://www.gnu.org/licenses/>. | 17 | -- along with this program. If not, see <https://www.gnu.org/licenses/>. |
18 | 18 | ||
19 | {-# LANGUAGE | ||
20 | DuplicateRecordFields | ||
21 | , DeriveGeneric | ||
22 | , DeriveAnyClass | ||
23 | , FlexibleContexts | ||
24 | #-} | ||
25 | |||
26 | module Processors | 19 | module Processors |
27 | ( Resolution(..) | 20 | ( Resolution(..) |
28 | , DirFileProcessor, dirFileProcessor | 21 | , DirFileProcessor, dirFileProcessor |