Skip to content

Commit

Permalink
remove websockets from client_library
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Dec 11, 2024
1 parent e6e7f84 commit e5c4a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplexmq.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ library
, transformers ==0.6.*
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, websockets ==0.12.*
, yaml ==0.11.*
, zstd ==0.1.3.*
default-language: Haskell2010
Expand All @@ -280,6 +279,7 @@ library
build-depends:
case-insensitive ==1.2.*
, hashable ==1.4.*
, websockets ==0.12.*
if impl(ghc >= 9.6.2)
build-depends:
bytestring ==0.11.*
Expand Down

0 comments on commit e5c4a9e

Please sign in to comment.