Skip to content

Commit

Permalink
Add missing upper bounds to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Nov 11, 2023
1 parent 96754a8 commit e58bf5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-websockets.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ test-suite postgres-websockets-test
, websockets >= 0.12.7.0 && < 0.13
, network >= 2.8.0.1 && < 3.2
, lens >= 4.17.1 && < 5.3
, lens-aeson
, lens-aeson >= 1.0.0 && < 1.3
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
default-extensions: OverloadedStrings, NoImplicitPrelude
Expand Down

0 comments on commit e58bf5d

Please sign in to comment.