aboutsummaryrefslogtreecommitdiffstats
path: root/sorbot.cabal
diff options
context:
space:
mode:
authorTeddy Wing2017-07-30 02:22:23 +0200
committerTeddy Wing2017-07-30 02:22:23 +0200
commit08d566f3a28370d2f63aa81ef27b405d59f6ddc0 (patch)
tree57b36098ecc7ab97fe6f19205f1184b2439b1350 /sorbot.cabal
parent75ac7b18a009ffe7a77a17a61d95c01395f36b44 (diff)
downloadsorbot-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.cabal1
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