Remove version bounds from pg-client

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9743
GitOrigin-RevId: f882ea4fcd8c536bc98255d3009f8f8e3cff8190
This commit is contained in:
Tom Harding 2023-07-04 10:45:53 +02:00 committed by hasura-bot
parent e69d4c445f
commit ae868c42ae

View File

@ -56,31 +56,31 @@ library
Database.PG.Query.Transaction
build-depends:
, aeson >=1.0
, aeson-casing >=0.1
, async >=2
, base >=4.7
, bytestring >=0.10
, ekg-core >=0.1
, hashable >=1.2
, hashtables >=1.2
, mmorph >=1.1
, monad-control >=1.0
, mtl >=2.2
, postgresql-binary >=0.12
, postgresql-libpq >=0.9
, resource-pool >=0.2
, retry >=0.9
, safe-exceptions >=0.1
, scientific >=0.3
, template-haskell >=2.11
, text >=1.2
, text-builder >=0.6
, time >=1.6
, transformers >=0.5
, transformers-base >=0.4
, uuid >=1.3
, vector >=0.12
, aeson
, aeson-casing
, async
, base
, bytestring
, ekg-core
, hashable
, hashtables
, mmorph
, monad-control
, mtl
, postgresql-binary
, postgresql-libpq
, resource-pool
, retry
, safe-exceptions
, scientific
, template-haskell
, text
, text-builder
, time
, transformers
, transformers-base
, uuid
, vector
test-suite pg-client-tests
import: common-all
@ -116,7 +116,7 @@ benchmark pg-client-bench
, bytestring
, file-embed
, hasql
, hasql-pool ==0.5.2.2
, hasql-pool
, hasql-transaction
, pg-client
, tasty-bench