aboutsummaryrefslogtreecommitdiff
path: root/chelleport.cabal
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-15 15:39:02 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-15 15:45:37 +0530
commit1d07e554284593cdca804404d1d9f68a473ee986 (patch)
tree6f90288426699384cdb85cfdca4a036c3da1e51c /chelleport.cabal
parent0c6b8c83e8673b394914e1f824dfb887b762b0ee (diff)
downloadchelleport-1d07e554284593cdca804404d1d9f68a473ee986.tar.gz
chelleport-1d07e554284593cdca804404d1d9f68a473ee986.zip
Refactor a bunch of stuff
Diffstat (limited to '')
-rw-r--r--chelleport.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/chelleport.cabal b/chelleport.cabal
index 488898e..105bdbe 100644
--- a/chelleport.cabal
+++ b/chelleport.cabal
@@ -11,8 +11,8 @@ description: Mouse control
common common-config
default-extensions:
+ ExplicitForAll,
OverloadedStrings,
- LambdaCase,
QuasiQuotes,
TemplateHaskell,
TupleSections,
@@ -53,6 +53,7 @@ library lib-chelleport
Chelleport.Draw
Chelleport.KeySequence
Chelleport.Types
+ Chelleport.Utils
Chelleport.View
test-suite specs
@@ -65,5 +66,4 @@ test-suite specs
build-depends:
lib-chelleport,
neat-interpolation,
- pretty-simple,
hspec