chore(xan): explicit export list, remove unused pragma

Change-Id: I7089850f23b2b9612b6585a2760536fd1178cbc6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/730
Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2020-06-28 19:52:18 -04:00 committed by glittershark
parent e66ee1c8dc
commit 90bfbb1667

View file

@ -1,8 +1,6 @@
{-# LANGUAGE PartialTypeSignatures #-}
module Xanthous.Generators.Village
-- ( fromCave
-- )
where
( fromCave
) where
--------------------------------------------------------------------------------
import Xanthous.Prelude hiding (any, failing, toList)
--------------------------------------------------------------------------------