about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-06-28T23·52-0400
committerglittershark <grfn@gws.fyi>2020-06-29T00·00+0000
commit90bfbb16672f093c45eb9043252e7964216ff0ab (patch)
tree7156fc2cda6b5f523500c8a3294ac4cc767f7f69
parente66ee1c8dc647f69a52c2cb63c6138c320b9f984 (diff)
chore(xan): explicit export list, remove unused pragma r/1115
Change-Id: I7089850f23b2b9612b6585a2760536fd1178cbc6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/730
Reviewed-by: glittershark <grfn@gws.fyi>
-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)
 --------------------------------------------------------------------------------