diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-21 13:19:48 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-21 13:19:56 +0530 |
| commit | a2a8e8dd046678816c3797cb894b20abfe84e360 (patch) | |
| tree | 0b40288086b055b0a13f3a5621b836eca1d7b2c5 /chelleport.cabal | |
| parent | d8667213fa49242701db4bf592754ab87749efa5 (diff) | |
| download | chelleport-a2a8e8dd046678816c3797cb894b20abfe84e360.tar.gz chelleport-a2a8e8dd046678816c3797cb894b20abfe84e360.zip | |
Fix issue with pointer coordinates + Add mouse press/release actions
Diffstat (limited to '')
| -rw-r--r-- | chelleport.cabal | 27 |
1 files changed, 13 insertions, 14 deletions
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 |
