diff options
Diffstat (limited to 'chelleport.cabal')
| -rw-r--r-- | chelleport.cabal | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chelleport.cabal b/chelleport.cabal index 24ee97f..8bfb27d 100644 --- a/chelleport.cabal +++ b/chelleport.cabal @@ -83,6 +83,7 @@ library lib-chelleport Chelleport Chelleport.AppShell Chelleport.AppState + Chelleport.Args Chelleport.Config Chelleport.Context Chelleport.Control @@ -102,9 +103,10 @@ test-suite specs other-modules: Mock TestUtils - Specs.KeySequenceSpec - Specs.AppStateSpec Specs.AppEventSpec + Specs.AppStateSpec + Specs.ArgsSpec + Specs.KeySequenceSpec Specs.ViewSpec build-depends: lib-chelleport, |
