Add closeable Chans

This commit is contained in:
Joscha 2018-01-27 20:09:32 +00:00
parent 7e3bdb76d0
commit d03e2922e9
2 changed files with 99 additions and 1 deletions

View file

@ -21,12 +21,17 @@ description: Please see the README on Github at <https://github.com/Garm
dependencies:
- base >= 4.7 && < 5
# basic stuff
- time
- text
# websocket connection
- websockets
- wuss
- text
# parsing json
- aeson
- bytestring
# other
- stm
library:
source-dirs: src