aboutsummaryrefslogtreecommitdiff
path: root/chelleport.cabal
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-12-14 20:07:41 +0530
committerAkshay Nair <phenax5@gmail.com>2024-12-14 20:45:54 +0530
commit34907bc25dba055dfbfe91d9a91803cc75283bfa (patch)
tree310ed24c944b073f558ce6c67e3352fe0ad19d1d /chelleport.cabal
parent73564537897f7573690955596097085b711c92e5 (diff)
downloadchelleport-34907bc25dba055dfbfe91d9a91803cc75283bfa.tar.gz
chelleport-34907bc25dba055dfbfe91d9a91803cc75283bfa.zip
Refactor view + add better highlighting of regions
Diffstat (limited to '')
-rw-r--r--chelleport.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/chelleport.cabal b/chelleport.cabal
index 8955e58..488898e 100644
--- a/chelleport.cabal
+++ b/chelleport.cabal
@@ -48,10 +48,12 @@ library lib-chelleport
exposed-modules:
Chelleport
Chelleport.AppShell
- Chelleport.Draw
- Chelleport.KeySequence
Chelleport.Context
Chelleport.Control
+ Chelleport.Draw
+ Chelleport.KeySequence
+ Chelleport.Types
+ Chelleport.View
test-suite specs
import: common-config