From d9b2256047669b5a5dbac4baec7140f18a5b6eff Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 25 Dec 2024 22:49:41 +0530 Subject: Refactor state update + test fixes --- chelleport.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chelleport.cabal') 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: -- cgit v1.3.1