Haskell bindings for the euphoria API
Find a file
Joscha 2fd045d59b Fix STM blocking on connecting
When attempting to connect to an address that doesn't exist,
startEuphConnection now doesn't result in a thread blocked by an STM
transaction any more. It now throws a simple ConnectionFailed exception.
2018-03-03 09:59:33 +00:00
src Fix STM blocking on connecting 2018-03-03 09:59:33 +00:00
test Use bot nick in help commands 2018-02-25 21:09:47 +00:00
.gitignore Initial commit 2018-01-27 12:00:54 +00:00
ChangeLog.md Initial commit 2018-01-27 12:00:54 +00:00
LICENSE Initial commit 2018-01-27 12:00:54 +00:00
package.yaml Add some utils 2018-02-17 18:09:36 +00:00
README.md Initial commit 2018-01-27 12:00:54 +00:00
Setup.hs Initial commit 2018-01-27 12:00:54 +00:00
stack.yaml Update resolver to lts-10.7 2018-02-25 20:21:26 +00:00

euph-api