From ee222b40569b9f40c482dd9df518f6445c1c304d Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 5 Jan 2020 16:42:09 +0100 Subject: compiler: enable language extensions on whole project --- compiler/src/Files.hs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'compiler/src/Files.hs') diff --git a/compiler/src/Files.hs b/compiler/src/Files.hs index 291a1c5..51e97e6 100644 --- a/compiler/src/Files.hs +++ b/compiler/src/Files.hs @@ -16,12 +16,6 @@ -- You should have received a copy of the GNU Affero General Public License -- along with this program. If not, see . -{-# LANGUAGE - DuplicateRecordFields - , DeriveGeneric - , NamedFieldPuns -#-} - module Files ( FileName, LocalPath, WebPath, Path , (), (), (<.>) -- cgit v1.2.3