diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-25 22:49:41 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-25 23:48:32 +0530 |
| commit | d9b2256047669b5a5dbac4baec7140f18a5b6eff (patch) | |
| tree | b904df2f8b7c41481a2e8f30659474c97e998444 /chelleport.cabal | |
| parent | 83e2570d3c8da9920d66a00c4bdf5650fe1b3336 (diff) | |
| download | chelleport-d9b2256047669b5a5dbac4baec7140f18a5b6eff.tar.gz chelleport-d9b2256047669b5a5dbac4baec7140f18a5b6eff.zip | |
Refactor state update + test fixes
Diffstat (limited to '')
| -rw-r--r-- | chelleport.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chelleport.cabal b/chelleport.cabal index bf269ba..de6008e 100644 --- a/chelleport.cabal +++ b/chelleport.cabal @@ -78,6 +78,7 @@ library lib-chelleport exposed-modules: Chelleport Chelleport.AppShell + Chelleport.AppState Chelleport.Config Chelleport.Context Chelleport.Control @@ -98,7 +99,7 @@ test-suite specs Mock TestUtils Specs.KeySequenceSpec - Specs.AppStateUpdateSpec + Specs.AppStateSpec Specs.AppEventSpec Specs.ViewSpec build-depends: |
