Remove mtl dependency

This commit is contained in:
2026-01-23 09:59:18 +00:00
parent a464d4dc38
commit 962df63e62
18 changed files with 36 additions and 20 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
module Dodge.LevelGen (generateWorldFromSeed) where
import Control.Lens
import Control.Monad.State
--import Control.Monad.State
import Control.Monad.Trans.State.Lazy
import Data.Foldable
import Data.Preload.Render
import Dodge.Data.GenWorld