diff options
author | Teddy Wing | 2017-07-30 02:22:23 +0200 |
---|---|---|
committer | Teddy Wing | 2017-07-30 02:22:23 +0200 |
commit | 08d566f3a28370d2f63aa81ef27b405d59f6ddc0 (patch) | |
tree | 57b36098ecc7ab97fe6f19205f1184b2439b1350 /sorbot.cabal | |
parent | 75ac7b18a009ffe7a77a17a61d95c01395f36b44 (diff) | |
download | sorbot-08d566f3a28370d2f63aa81ef27b405d59f6ddc0.tar.bz2 |
Experiment with 'regex-tdfa'
* Add the 'regex-tdfa' library for RegEx handling
* Experiment with matching a Git SHA
Diffstat (limited to 'sorbot.cabal')
-rw-r--r-- | sorbot.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sorbot.cabal b/sorbot.cabal index ee8959b..758fdc5 100644 --- a/sorbot.cabal +++ b/sorbot.cabal @@ -17,6 +17,7 @@ library hs-source-dirs: src exposed-modules: Lib build-depends: base >= 4.7 && < 5 + , regex-tdfa default-language: Haskell2010 executable sorbot-exe |