diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-14 11:23:35 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-14 11:23:35 +0530 |
| commit | 80add34b15855932e9201d7426d9df01aa82c845 (patch) | |
| tree | 1a5ce02bf169da0dd49c3bf907da129d5c5f4118 /chelleport.cabal | |
| parent | 8fb21cb43b610c5a04268637155d3efb07217040 (diff) | |
| download | chelleport-80add34b15855932e9201d7426d9df01aa82c845.tar.gz chelleport-80add34b15855932e9201d7426d9df01aa82c845.zip | |
Add key sequence filtering and rendering matched keys
Diffstat (limited to '')
| -rw-r--r-- | chelleport.cabal | 5 |
1 files changed, 2 insertions, 3 deletions
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, |
