aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/Files.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/Files.hs
parent9dd271504160b624284dbc438cdc867b6ca0d0e7 (diff)
downloadldgallery-ee222b40569b9f40c482dd9df518f6445c1c304d.tar.gz
compiler: enable language extensions on whole project
Diffstat (limited to 'compiler/src/Files.hs')
-rw-r--r--compiler/src/Files.hs6
1 files changed, 0 insertions, 6 deletions
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 @@
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 , NamedFieldPuns
23#-}
24
25module Files 19module Files
26 ( FileName, LocalPath, WebPath, Path 20 ( FileName, LocalPath, WebPath, Path
27 , (</>), (</), (/>), (<.>) 21 , (</>), (</), (/>), (<.>)