summaryrefslogtreecommitdiff
path: root/lib/Dirgraph.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--walint/Dirgraph.hs (renamed from lib/Dirgraph.hs)5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Dirgraph.hs b/walint/Dirgraph.hs
index cc140a3..831933a 100644
--- a/lib/Dirgraph.hs
+++ b/walint/Dirgraph.hs
@@ -1,6 +1,5 @@
-{-# LANGUAGE FlexibleContexts #-}
-{-# LANGUAGE LambdaCase #-}
-{-# LANGUAGE TupleSections #-}
+{-# LANGUAGE LambdaCase #-}
+{-# LANGUAGE TupleSections #-}
-- | Simple directed graphs, for dependency checking
module Dirgraph where