diff --git a/postgres-websockets.cabal b/postgres-websockets.cabal index 757839d..de2be5a 100644 --- a/postgres-websockets.cabal +++ b/postgres-websockets.cabal @@ -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