Skip to content

Commit

Permalink
require websocket 0.13 or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Dec 30, 2023
1 parent d80b916 commit 6dde130
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ system-ghc: true
nix:
enable: false
extra-deps:
# waiting for release, bump version bounds when released
- github: jaspervdj/websockets
commit: ae2aa5e2e437c22afe80e9a254859c9d180f75bf
- wuss-2.0.1.7
- websockets-0.13.0.0
6 changes: 3 additions & 3 deletions websockets-simple.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ common common
-fwarn-unused-imports -fwarn-missing-signatures
-fwarn-name-shadowing -fwarn-incomplete-patterns
build-depends: base,
websockets,
websockets >= 0.13.0.0,
unagi-chan,
mtl,
async,
uri-bytestring,
wuss,
wuss >= 2.0.1.7,
unliftio-core,
bytestring,
exceptions
Expand Down Expand Up @@ -53,4 +53,4 @@ executable readme
text,
async
ghc-options: -pgmL markdown-unlit
build-tool-depends: markdown-unlit:markdown-unlit
build-tool-depends: markdown-unlit:markdown-unlit

0 comments on commit 6dde130

Please sign in to comment.