From 80add34b15855932e9201d7426d9df01aa82c845 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Dec 2024 11:23:35 +0530 Subject: Add key sequence filtering and rendering matched keys --- chelleport.cabal | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chelleport.cabal') diff --git a/chelleport.cabal b/chelleport.cabal index 9ad357a..2f6d458 100644 --- a/chelleport.cabal +++ b/chelleport.cabal @@ -46,6 +46,7 @@ library lib-chelleport Chelleport Chelleport.AppShell Chelleport.Draw + Chelleport.KeySequence test-suite specs import: common-config @@ -53,9 +54,7 @@ test-suite specs hs-source-dirs: specs main-is: Main.hs other-modules: - Specs.ParserSpec, - Specs.SerializerSpec, - Specs.TransformerSpec + Specs.KeySequenceSpec build-depends: lib-chelleport, neat-interpolation, -- cgit v1.3.1