- Create the application:
stack new snaker-hsk
- Install the
websocketspackage:
stack install websockets
- Add
websocketsto thebuild-dependssection of the cabal file, forNetwork.WebSockets - Add
containersto thebuild-dependssection of the cabal file, forData.Map - Add
textto thebuild-dependssection of the cabal file, forData.Text