Skip to content

Commit

Permalink
add lower bound on websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
stepcut committed Aug 6, 2024
1 parent c1e1fc6 commit 66d8d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions happstack-websockets.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainer: jeremy@n-heptane.com
category: Web
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2
tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2, GHC==9.4.8, GHC==9.6.3, GHC==9.8.2, GHC==9.10.1

source-repository head
type: git
Expand All @@ -24,5 +24,5 @@ library
containers < 0.8,
happstack-server < 7.10,
mtl < 2.4,
websockets < 0.14
websockets >= 12 && < 0.14
default-language: Haskell2010

0 comments on commit 66d8d8f

Please sign in to comment.