From 006e5231e526b3b1e9d06644bd1d2de9d5decb1e Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sat, 12 Jun 2021 14:57:30 -0400 Subject: refactor(xanthous): Generators -> Generators.Level I'm going to start adding generators for things like text soon, so it makes sense to specifically sequester level generators as their own thing Change-Id: I175025375204fab7d75eba67dd06dab9bd2939d3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3201 Reviewed-by: grfn Tested-by: BuildkiteCI --- users/grfn/xanthous/xanthous.cabal | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'users/grfn/xanthous/xanthous.cabal') diff --git a/users/grfn/xanthous/xanthous.cabal b/users/grfn/xanthous/xanthous.cabal index 3afbf8db77e2..449111fc8ce6 100644 --- a/users/grfn/xanthous/xanthous.cabal +++ b/users/grfn/xanthous/xanthous.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: f642cb264ff0785d5883884fa8db14adb92ce3d897cfc22e69555089dbc8dfd2 +-- hash: bba18b2b297d73ddcb0a2c365e597a183e6b612ad336e97ca06d9ce87b989656 name: xanthous version: 0.1.0.0 @@ -65,12 +65,12 @@ library Xanthous.Game.Memo Xanthous.Game.Prompt Xanthous.Game.State - Xanthous.Generators - Xanthous.Generators.CaveAutomata - Xanthous.Generators.Dungeon - Xanthous.Generators.LevelContents - Xanthous.Generators.Util - Xanthous.Generators.Village + Xanthous.Generators.Level + Xanthous.Generators.Level.CaveAutomata + Xanthous.Generators.Level.Dungeon + Xanthous.Generators.Level.LevelContents + Xanthous.Generators.Level.Util + Xanthous.Generators.Level.Village Xanthous.Messages Xanthous.Messages.Template Xanthous.Monad @@ -221,12 +221,12 @@ executable xanthous Xanthous.Game.Memo Xanthous.Game.Prompt Xanthous.Game.State - Xanthous.Generators - Xanthous.Generators.CaveAutomata - Xanthous.Generators.Dungeon - Xanthous.Generators.LevelContents - Xanthous.Generators.Util - Xanthous.Generators.Village + Xanthous.Generators.Level + Xanthous.Generators.Level.CaveAutomata + Xanthous.Generators.Level.Dungeon + Xanthous.Generators.Level.LevelContents + Xanthous.Generators.Level.Util + Xanthous.Generators.Level.Village Xanthous.Messages Xanthous.Messages.Template Xanthous.Monad @@ -353,7 +353,7 @@ test-suite test Xanthous.DataSpec Xanthous.Entities.RawsSpec Xanthous.GameSpec - Xanthous.Generators.UtilSpec + Xanthous.Generators.Level.UtilSpec Xanthous.Messages.TemplateSpec Xanthous.MessageSpec Xanthous.OrphansSpec -- cgit 1.4.1