diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-14 15:13:40 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-14 15:17:46 +0530 |
| commit | ef178e85975ea2bdbd2043c92f0917e0fe19823a (patch) | |
| tree | 8d5c6c991fd28cadbdeb905f3d3633ebb30bca83 /chelleport.cabal | |
| parent | fa02e5c7404dfe6aa47a1f5b5052e915e6d413d6 (diff) | |
| download | chelleport-ef178e85975ea2bdbd2043c92f0917e0fe19823a.tar.gz chelleport-ef178e85975ea2bdbd2043c92f0917e0fe19823a.zip | |
Draw grid + open x11 display to trigger click event
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 |
