diff --git a/users/glittershark/xanthous/src/Xanthous/Generators/Village.hs b/users/glittershark/xanthous/src/Xanthous/Generators/Village.hs index 52f26dcde..614170d0c 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) --------------------------------------------------------------------------------