summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
authorstuebinm2022-01-02 01:55:17 +0100
committerstuebinm2022-03-19 19:23:08 +0100
commit6e929b4b1eb9b0b6a4707ed3d9f181544ed27a73 (patch)
tree79e82e44f17f889959ccd4e27eeb8f3604ec7811 /walint.cabal
parentc9c472a36b0db933771a6feb24709e78cae1822b (diff)
playing around with types
Diffstat (limited to '')
-rw-r--r--walint.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/walint.cabal b/walint.cabal
index 414f9e2..e43ae12 100644
--- a/walint.cabal
+++ b/walint.cabal
@@ -41,6 +41,7 @@ library
Badges
LayerData
Dirgraph
+ KindLinter
build-depends: base,
aeson,
bytestring,
@@ -58,7 +59,8 @@ library
dotgen,
text-metrics,
uri-encode,
- network-uri
+ network-uri,
+ HList
-- TODO: move more stuff into lib, these dependencies are silly
executable walint