diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-06-28T23·52-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-06-29T00·00+0000 |
commit | 90bfbb16672f093c45eb9043252e7964216ff0ab (patch) | |
tree | 7156fc2cda6b5f523500c8a3294ac4cc767f7f69 /users | |
parent | e66ee1c8dc647f69a52c2cb63c6138c320b9f984 (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>
Diffstat (limited to 'users')
-rw-r--r-- | users/glittershark/xanthous/src/Xanthous/Generators/Village.hs | 6 |
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 52f26dcde018..614170d0c4f1 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) -------------------------------------------------------------------------------- |