diff --git a/hasql-interpolate.cabal b/hasql-interpolate.cabal index 1fb33ab..7f96b21 100644 --- a/hasql-interpolate.cabal +++ b/hasql-interpolate.cabal @@ -38,15 +38,15 @@ library build-depends: aeson ^>= 1.5 || ^>= 2.0 || ^>= 2.1, array ^>= 0.5, - base ^>= 4.14 || ^>= 4.15 || ^>= 4.16, + base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17, bytestring ^>= 0.10 || ^>= 0.11, containers ^>= 0.5 || ^>= 0.6, haskell-src-meta ^>= 0.8, hasql ^>= 1.4 || ^>= 1.5 || ^>= 1.6, - megaparsec ^>= 8.0.0 || ^>= 9.0 || ^>= 9.1 || ^>= 9.2, + megaparsec ^>= 8.0.0 || ^>= 9.0 || ^>= 9.1 || ^>= 9.2 || ^>= 9.3, mtl ^>= 2.1 || ^>= 2.2, scientific ^>= 0.3, - template-haskell ^>= 2.14 || ^>= 2.15 || ^>= 2.16 || ^>= 2.17 || ^>= 2.18, + template-haskell ^>= 2.14 || ^>= 2.15 || ^>= 2.16 || ^>= 2.17 || ^>= 2.18 || ^>= 2.19, text ^>= 1.2.5 || ^>= 2.0, time ^>= 1.9.3 || ^>= 1.10 || ^>= 1.11 || ^>= 1.12, transformers ^>= 0.5 || ^>= 0.6,