diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-20 18:22:19 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-20 19:16:51 +0530 |
| commit | 4a13725300303940416bd6260af62ba478d30ec5 (patch) | |
| tree | c2897e0d80d373c9335b69cbf9c155c6264065f0 /chelleport.cabal | |
| parent | 5dc3696f38433c79939bb182c4590a6ce04f4c63 (diff) | |
| download | chelleport-4a13725300303940416bd6260af62ba478d30ec5.tar.gz chelleport-4a13725300303940416bd6260af62ba478d30ec5.zip | |
Add tests for state management
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 ebca222..2ea0a44 100644 --- a/chelleport.cabal +++ b/chelleport.cabal @@ -33,6 +33,7 @@ common common-config base, text, mtl == 2.3.1, + sdl2 == 2.5.5.0, containers common warnings @@ -56,7 +57,6 @@ library lib-chelleport build-depends: bytestring, file-embed == 0.0.16.0, - sdl2 == 2.5.5.0, sdl2-ttf == 2.1.3, vector == 0.13.1.0, X11 == 1.10.3, @@ -73,12 +73,14 @@ library lib-chelleport Chelleport.View test-suite specs - import: common-config + import: common-config, warnings type: exitcode-stdio-1.0 hs-source-dirs: specs main-is: Main.hs other-modules: + Mock Specs.KeySequenceSpec + Specs.AppStateUpdateSpec build-depends: lib-chelleport, neat-interpolation, |
