diff options
Diffstat (limited to 'users/glittershark/xanthous/src/Xanthous/Generators/Village.hs')
-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) -------------------------------------------------------------------------------- |