aboutsummaryrefslogtreecommitdiffstats
path: root/sh.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-07 04:59:37 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-03-07 04:59:37 +0100
commit026f5b8786fece894ab1357747627b180db5a0ee (patch)
treeb1df27cc66770af0bf107f89471681d0481877ad /sh.cabal
parent805d47c4b5db311601f499732e9492341cdd270c (diff)
chore: interpolate named variables
Diffstat (limited to 'sh.cabal')
-rw-r--r--sh.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh.cabal b/sh.cabal
index 8d0733f..316619c 100644
--- a/sh.cabal
+++ b/sh.cabal
@@ -5,7 +5,6 @@ license: BSD-3-Clause
license-file: LICENSE
maintainer: aforemny@posteo.de
author: Alexander Foremny
-
build-type: Simple
extra-doc-files: CHANGELOG.md
@@ -17,6 +16,7 @@ library
build-depends:
base,
bytestring,
+ haskell-src-meta,
megaparsec,
mtl,
template-haskell,