aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/Config.hs
diff options
context:
space:
mode:
authorpacien2020-01-05 16:42:09 +0100
committerpacien2020-01-05 16:42:09 +0100
commitee222b40569b9f40c482dd9df518f6445c1c304d (patch)
tree84c31fb9618681e2eac5c0e033851ada19bae617 /compiler/src/Config.hs
parent9dd271504160b624284dbc438cdc867b6ca0d0e7 (diff)
downloadldgallery-ee222b40569b9f40c482dd9df518f6445c1c304d.tar.gz
compiler: enable language extensions on whole project
Diffstat (limited to 'compiler/src/Config.hs')
-rw-r--r--compiler/src/Config.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/src/Config.hs b/compiler/src/Config.hs
index c6d77af..b9434ba 100644
--- a/compiler/src/Config.hs
+++ b/compiler/src/Config.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 , OverloadedStrings
24#-}
25
26module Config 19module Config
27 ( GalleryConfig(..) 20 ( GalleryConfig(..)
28 , CompilerConfig(..) 21 , CompilerConfig(..)