summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
authorstuebinm2021-11-20 02:30:20 +0100
committerstuebinm2021-11-20 02:30:20 +0100
commit2511c52d9452f60c533871ac111ba9473065310c (patch)
tree9b4fd6a3670841bbfc3f91cc0b2f55b4fc800605 /walint.cabal
parent321f4d5fa118515dcde522e1ad01ddd65741828b (diff)
make link adjustments configurable
this allows for creating custom URI "schemas" in the linter's config, which may be either allowed, prefixed, or translated according to some (domain-based) substitution.
Diffstat (limited to 'walint.cabal')
-rw-r--r--walint.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/walint.cabal b/walint.cabal
index 4faf69c..ce68a57 100644
--- a/walint.cabal
+++ b/walint.cabal
@@ -35,6 +35,7 @@ library
Util
Types
Paths
+ Uris
LintConfig
build-depends: base,
aeson,