aboutsummaryrefslogtreecommitdiffstats
path: root/sh.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-08 05:00:53 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-08 05:00:53 +0100
commitb0f442b78a6b2c7d8978ae958bcadcc23ff82199 (patch)
tree179b9a8a85134456a4385cb6d07265bf56587925 /sh.cabal
parent64d495b4cfbbeb3fcc72b5b8771874793d8fc6a3 (diff)
chore: use `${{..}}` for impure interpolation
Diffstat (limited to 'sh.cabal')
-rw-r--r--sh.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh.cabal b/sh.cabal
index 316619c..d5fce58 100644
--- a/sh.cabal
+++ b/sh.cabal
@@ -34,5 +34,6 @@ test-suite sh-test
base,
bytestring,
hspec,
+ mtl,
sh,
text