aboutsummaryrefslogtreecommitdiff
path: root/chelleport.cabal
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--chelleport.cabal6
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,