aboutsummaryrefslogtreecommitdiffstats
path: root/sh.cabal
diff options
context:
space:
mode:
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,