diff options
Diffstat (limited to 'walint.cabal')
-rw-r--r-- | walint.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/walint.cabal b/walint.cabal index a62f7a7..fd8db2f 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 |