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 42dd186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions websockets-simple.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ common common
-fwarn-unused-imports -fwarn-missing-signatures
-fwarn-name-shadowing -fwarn-incomplete-patterns
build-depends: base,
websockets,
websockets >= 0.13,
unagi-chan,
mtl,
async,
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 42dd186

Please sign in to comment.