diff options
author | Griffin Smith <grfn@gws.fyi> | 2022-04-10T15·06-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-04-14T14·22+0000 |
commit | 79aceaec17b469dc6533470ea6c807f23eb7fe3e (patch) | |
tree | c7460566ada38db8cb7e5adc65e0b9bbb6ed8d50 /users/grfn/xanthous/xanthous.cabal | |
parent | 4be5aaa0010c870ad70e4bbb84e800b8f8932a87 (diff) |
feat(grfn/xanthous): Load keybindings from a data file r/3944
Change-Id: I62ac54543da5c855c86d39956e611fd44515e9a9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5443 Autosubmit: grfn <grfn@gws.fyi> 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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/users/grfn/xanthous/xanthous.cabal b/users/grfn/xanthous/xanthous.cabal index 987e1f48f693..1555f728ace9 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.5. +-- This file has been generated from package.yaml by hpack version 0.34.6. -- -- see: https://github.com/sol/hpack -- --- hash: 8cae8550487b6092c18c82a0dc29bf22980d416771c66f6fca3e151875c66495 +-- hash: 107b223a62633bc51425e8f9d5ab489a7a47464953a81ca693efb496c41f1aa3 name: xanthous version: 0.1.0.0 @@ -293,6 +293,7 @@ test-suite test main-is: Spec.hs other-modules: Test.Prelude + Xanthous.CommandSpec Xanthous.Data.EntitiesSpec Xanthous.Data.EntityCharSpec Xanthous.Data.EntityMap.GraphicsSpec |