From a2a8e8dd046678816c3797cb894b20abfe84e360 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 21 Dec 2024 13:19:48 +0530 Subject: Fix issue with pointer coordinates + Add mouse press/release actions --- chelleport.cabal | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'chelleport.cabal') diff --git a/chelleport.cabal b/chelleport.cabal index 19c73c6..1397a33 100644 --- a/chelleport.cabal +++ b/chelleport.cabal @@ -16,17 +16,17 @@ Flag release common common-config default-extensions: - ExplicitForAll, - FlexibleContexts, - FlexibleInstances, - GeneralizedNewtypeDeriving, - LambdaCase, - NamedFieldPuns, - NumericUnderscores, - OverloadedStrings, - QuasiQuotes, - TemplateHaskell, - TupleSections, + ExplicitForAll + FlexibleContexts + FlexibleInstances + GeneralizedNewtypeDeriving + LambdaCase + NamedFieldPuns + NumericUnderscores + OverloadedStrings + QuasiQuotes + TemplateHaskell + TupleSections UndecidableInstances default-language: Haskell2010 build-depends: @@ -41,6 +41,7 @@ common warnings -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -Wunused-foralls -Wextra -Wno-unused-do-bind -Wname-shadowing -fwarn-tabs -fprint-explicit-foralls -fprint-explicit-kinds + extra-libraries: Xtst if flag(release) ghc-options: -O2 -Werror @@ -59,8 +60,7 @@ library lib-chelleport file-embed == 0.0.16.0, sdl2-ttf == 2.1.3, vector == 0.13.1.0, - X11 == 1.10.3, - xtest == 0.2 + X11 == 1.10.3 exposed-modules: Chelleport Chelleport.AppShell @@ -84,5 +84,4 @@ test-suite specs Specs.AppEventSpec build-depends: lib-chelleport, - neat-interpolation, hspec -- cgit v1.3.1