Skip to content

Commit e58bf5d

Browse files
committed
Add missing upper bounds to test suite
1 parent 96754a8 commit e58bf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-websockets.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ test-suite postgres-websockets-test
9494
, websockets >= 0.12.7.0 && < 0.13
9595
, network >= 2.8.0.1 && < 3.2
9696
, lens >= 4.17.1 && < 5.3
97-
, lens-aeson
97+
, lens-aeson >= 1.0.0 && < 1.3
9898
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
9999
default-language: Haskell2010
100100
default-extensions: OverloadedStrings, NoImplicitPrelude

0 commit comments

Comments
 (0)