diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-11-09 15:35:32 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-09 15:36:16 +0100 |
commit | f0675acff032a2558d0d7b303c0b8199fd17c162 (patch) | |
tree | 4ea5cd68bb7155d132befe48132c0af4bf6be10b /anissue.cabal | |
parent | 075afbe4d365d8056a610d6e05d699893337c064 (diff) |
fix extracting tags from code
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/anissue.cabal b/anissue.cabal index af662c2..51acacc 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -101,6 +101,7 @@ executable anissue attoparsec, binary, bytestring, + cmark, containers, directory, filepath, |