From 90bfbb16672f093c45eb9043252e7964216ff0ab Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 28 Jun 2020 19:52:18 -0400 Subject: chore(xan): explicit export list, remove unused pragma Change-Id: I7089850f23b2b9612b6585a2760536fd1178cbc6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/730 Reviewed-by: glittershark --- users/glittershark/xanthous/src/Xanthous/Generators/Village.hs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'users/glittershark/xanthous/src') 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) -------------------------------------------------------------------------------- -- cgit 1.4.1