diff options
author | 2024-12-20 19:05:05 +0100 | |
---|---|---|
committer | 2024-12-20 19:05:29 +0100 | |
commit | 47ca7c9e8658c1bdbd9e9519581935b1da3ee538 (patch) | |
tree | 88721ca0cd8410f33c072057ddb8f483bd634d8b /astore.cabal | |
parent | 593a53511ec170c67fd3453c88dcda960eac44fe (diff) |
add =~ comparison
Diffstat (limited to 'astore.cabal')
-rw-r--r-- | astore.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astore.cabal b/astore.cabal index 601192f..eeb8189 100644 --- a/astore.cabal +++ b/astore.cabal @@ -45,6 +45,7 @@ library megaparsec, mtl, parser-combinators, + regex-pcre, resourcet, tagged, text, |