summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorAndor Penzes <andor.penzes@gmail.com>2016-01-19 23:21:42 +0100
committerAndor Penzes <andor.penzes@gmail.com>2016-01-19 23:28:17 +0100
commitb6a64f2eb75c269522b3be8c7d72564b1c28ecea (patch)
tree02f89ed42642b645cd024d6dcd1eeb19a68a8b52 /tool
parent32ea3c53669ab411fb3cb462daf7cddb199068eb (diff)
Remove unused language extension
Diffstat (limited to 'tool')
-rw-r--r--tool/Compiler.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/Compiler.hs b/tool/Compiler.hs
index 03429434..aab95deb 100644
--- a/tool/Compiler.hs
+++ b/tool/Compiler.hs
@@ -1,4 +1,3 @@
1-- {-# LANGUAGE CPP #-}
2{-# LANGUAGE RecordWildCards #-} 1{-# LANGUAGE RecordWildCards #-}
3import Options.Applicative 2import Options.Applicative
4import Data.Aeson 3import Data.Aeson