File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ package graphql-engine
43
43
source-repository-package
44
44
type : git
45
45
location : https://github.com/hasura/pg-client-hs.git
46
- tag : 70a849d09bea9461e72c5a5bbde06df65aab61c0
46
+ tag : cbfc69b935d19dc40be8cdcc73a70b81cf511d34
47
47
48
48
source-repository-package
49
49
type : git
Original file line number Diff line number Diff line change @@ -71,13 +71,6 @@ common common-all
71
71
TypeFamilyDependencies
72
72
TypeOperators
73
73
74
- -- ApplicativeDo BangPatterns BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable
75
- -- DeriveFoldable DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable DerivingVia EmptyCase
76
- -- FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving
77
- -- InstanceSigs LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude
78
- -- OverloadedStrings QuantifiedConstraints QuasiQuotes RankNTypes RecordWildCards ScopedTypeVariables
79
- -- StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators
80
-
81
74
common common-exe
82
75
ghc-options :
83
76
-threaded -rtsopts
Original file line number Diff line number Diff line change @@ -183,8 +183,7 @@ mkServeOptions rso = do
183
183
iTime <- fromMaybe 180 <$> withEnv i (fst pgTimeoutEnv)
184
184
connLifetime <- withEnv cl (fst pgConnLifetimeEnv)
185
185
allowPrepare <- fromMaybe True <$> withEnv p (fst pgUsePrepareEnv)
186
- -- The connLifetime is being used by the new pg-client-hs, uncomment it below
187
- return $ Q. ConnParams stripes conns iTime allowPrepare -- connLifetime
186
+ return $ Q. ConnParams stripes conns iTime allowPrepare connLifetime
188
187
189
188
mkAuthHook (AuthHookG mUrl mType) = do
190
189
mUrlEnv <- withEnv mUrl $ fst authHookEnv
You can’t perform that action at this time.
0 commit comments