Depend on websockets >= 0.9 in yesod-websockets.cabal.
The forkPingThread function was added in version 0.9 of websockets. Complimentary fix to #889.
This commit is contained in:
parent
fbc6c9fc13
commit
c98fbb0596
@ -19,7 +19,7 @@ library
|
|||||||
, wai
|
, wai
|
||||||
|
|
||||||
, wai-websockets >= 2.1
|
, wai-websockets >= 2.1
|
||||||
, websockets >= 0.9.2
|
, websockets >= 0.9
|
||||||
, transformers >= 0.2
|
, transformers >= 0.2
|
||||||
, yesod-core >= 1.4
|
, yesod-core >= 1.4
|
||||||
, monad-control >= 0.3
|
, monad-control >= 0.3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user