summaryrefslogtreecommitdiff
path: root/lib/CheckDir.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--walint/CheckDir.hs (renamed from lib/CheckDir.hs)5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/CheckDir.hs b/walint/CheckDir.hs
index 104fdae..c82c54b 100644
--- a/lib/CheckDir.hs
+++ b/walint/CheckDir.hs
@@ -1,12 +1,7 @@
-{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveAnyClass #-}
-{-# LANGUAGE DeriveGeneric #-}
-{-# LANGUAGE FlexibleContexts #-}
-{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
-{-# LANGUAGE TupleSections #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE UndecidableInstances #-}