diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-06-12T18·57-0400 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-06-13T01·24+0000 |
commit | 006e5231e526b3b1e9d06644bd1d2de9d5decb1e (patch) | |
tree | bf3c4d398b2231c2b1d7b2c98dc8a83f653c4998 /users/grfn/xanthous/xanthous.cabal | |
parent | 6f238c1c9083afa303aba7a1317b8d91b1f02fd7 (diff) |
refactor(xanthous): Generators -> Generators.Level r/2655
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 <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn/xanthous/xanthous.cabal')
-rw-r--r-- | users/grfn/xanthous/xanthous.cabal | 28 |
1 files changed, 14 insertions, 14 deletions
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 |