diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-11-21T14·54-0500 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-11-22T19·12+0000 |
commit | 95ee86225b7b858ae6c2438211e934ee4db66222 (patch) | |
tree | 3c594e16cc44dae7e4b67ac38ae481e3305d6962 /users/grfn/xanthous/xanthous.cabal | |
parent | 3a01398672d50aa768f926776cb04ef6f5f6f75e (diff) |
refactor(gs/xanthous): Break out inventory into a common module r/3081
Creatures are going to have an inventory too now in addition to characters, so all the data types and lenses and stuff that define inventory need to be broken out into a separate module so the Creature entity can use them. Change-Id: I83f1c70d316afaaf2e75901f9dc28f79fd2cd31f Reviewed-on: https://cl.tvl.fyi/c/depot/+/3901 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'users/grfn/xanthous/xanthous.cabal')
-rw-r--r-- | users/grfn/xanthous/xanthous.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/users/grfn/xanthous/xanthous.cabal b/users/grfn/xanthous/xanthous.cabal index e23f3968ee44..987e1f48f693 100644 --- a/users/grfn/xanthous/xanthous.cabal +++ b/users/grfn/xanthous/xanthous.cabal @@ -1,10 +1,10 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4. +-- This file has been generated from package.yaml by hpack version 0.34.5. -- -- see: https://github.com/sol/hpack -- --- hash: 96c5446afd429c3e2166158e317c18a69be9bad8ce76de85f69abda4f9aa162c +-- hash: 8cae8550487b6092c18c82a0dc29bf22980d416771c66f6fca3e151875c66495 name: xanthous version: 0.1.0.0 @@ -47,6 +47,7 @@ library Xanthous.Data.NestedMap Xanthous.Data.VectorBag Xanthous.Entities.Character + Xanthous.Entities.Common Xanthous.Entities.Creature Xanthous.Entities.Creature.Hippocampus Xanthous.Entities.Draw.Util @@ -301,6 +302,7 @@ test-suite test Xanthous.Data.NestedMapSpec Xanthous.DataSpec Xanthous.Entities.CharacterSpec + Xanthous.Entities.CommonSpec Xanthous.Entities.RawsSpec Xanthous.Entities.RawTypesSpec Xanthous.Game.PromptSpec |