Add closeable Chans
This commit is contained in:
parent
7e3bdb76d0
commit
d03e2922e9
2 changed files with 99 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue