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:
parent
e66ee1c8dc
commit
90bfbb1667
1 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
|||
{-# LANGUAGE PartialTypeSignatures #-}
|
||||
module Xanthous.Generators.Village
|
||||
-- ( fromCave
|
||||
-- )
|
||||
where
|
||||
( fromCave
|
||||
) where
|
||||
--------------------------------------------------------------------------------
|
||||
import Xanthous.Prelude hiding (any, failing, toList)
|
||||
--------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue