about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/glittershark/xanthous/src/Xanthous/Generators/Village.hs6
1 files changed, 2 insertions, 4 deletions
diff --git a/users/glittershark/xanthous/src/Xanthous/Generators/Village.hs b/users/glittershark/xanthous/src/Xanthous/Generators/Village.hs
index 52f26dcde0..614170d0c4 100644
--- a/users/glittershark/xanthous/src/Xanthous/Generators/Village.hs
+++ b/users/glittershark/xanthous/src/Xanthous/Generators/Village.hs
@@ -1,8 +1,6 @@
-{-# LANGUAGE PartialTypeSignatures #-}
 module Xanthous.Generators.Village
-  -- ( fromCave
-  -- )
-  where
+  ( fromCave
+  ) where
 --------------------------------------------------------------------------------
 import           Xanthous.Prelude hiding (any, failing, toList)
 --------------------------------------------------------------------------------