From ef178e85975ea2bdbd2043c92f0917e0fe19823a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Dec 2024 15:13:40 +0530 Subject: Draw grid + open x11 display to trigger click event --- chelleport.cabal | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'chelleport.cabal') 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 -- cgit v1.3.1