diff options
Diffstat (limited to 'chelleport.cabal')
| -rw-r--r-- | chelleport.cabal | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chelleport.cabal b/chelleport.cabal index 2f6d458..b55212a 100644 --- a/chelleport.cabal +++ b/chelleport.cabal @@ -41,12 +41,16 @@ library lib-chelleport hs-source-dirs: src build-depends: sdl2 == 2.5.5.0, - sdl2-ttf == 2.1.3 + sdl2-ttf == 2.1.3, + X11 == 1.10.3, + xtest == 0.2 exposed-modules: Chelleport Chelleport.AppShell Chelleport.Draw Chelleport.KeySequence + Chelleport.Context + Chelleport.Control test-suite specs import: common-config |
