diff options
author | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2019-11-30 15:13:31 +0100 |
---|---|---|
committer | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2019-11-30 15:13:31 +0100 |
commit | 1ed9472b5de9e6ded7cafde1bacb4bf44389856c (patch) | |
tree | b7e405b74016710a188e8d03e6f7ffb744d5214b /package.yaml | |
parent | 5530bd9742bc73c2c6631c20c942d3ecd4b81505 (diff) |
Basic functionality
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index 1acd14e..8272231 100644 --- a/package.yaml +++ b/package.yaml @@ -22,6 +22,7 @@ description: bot for IRC in Haskell dependencies: - base >= 4.7 && < 5 - network +- transformers library: source-dirs: src |