Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Dec 27, 2023
1 parent 3f832cf commit f5d6a0f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 78 deletions.
65 changes: 1 addition & 64 deletions cabal.prof.project
Original file line number Diff line number Diff line change
@@ -1,66 +1,3 @@
packages: ./

with-compiler: ghc-9.4.5

tests: True

allow-newer: type-errors-pretty:base
, prometheus-proc:base
, prometheus-proc:text
, souffle-haskell:text
, servant-lucid:text
, password-types:text
, password:text
, lucid-svg:text
, lucid-aria:text
, lucid-alpine:text
, servant-server:resourcet
, log-base:mmorph
, streamly:unicode-data
, hedgehog:resourcet
, time-locale-compat:time

allow-older: pg-entity:time
import: ./cabal.project

profiling: True

test-show-details: direct

package *
ghc-options: "-L /usr/pgsql-14/lib" +RTS -A32m -RTS -j -eventlog -finfo-table-map -fdistinct-constructor-tables

package warp
flags: -x509

source-repository-package
type: git
location: https://github.com/supki/envparse
tag: 503a699

source-repository-package
type: git
location: https://github.com/fimad/prometheus-haskell
tag: 43f19da
subdir: ./prometheus-metrics-ghc
./prometheus-client
./wai-middleware-prometheus

source-repository-package
type: git
location: https://github.com/flora-pm/wai-middleware-heartbeat
tag: 336523a

source-repository-package
type: git
location: https://github.com/kleidukos/pg-transact-effectful
tag: db6fa06

source-repository-package
type: git
location: https://github.com/kleidukos/servant-effectful
tag: 21b5a1d

source-repository-package
type: git
location: https://github.com/saurabhnanda/odd-jobs
tag: 51c7443
11 changes: 4 additions & 7 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ with-compiler: ghc-9.4.7

tests: True

documentation: True

allow-newer: type-errors-pretty:base
, prometheus-proc:base
, prometheus-proc:text
Expand All @@ -16,11 +18,6 @@ allow-newer: type-errors-pretty:base
, lucid-svg:text
, lucid-aria:text
, lucid-alpine:text
, servant-server:resourcet
, log-base:mmorph
, streamly:unicode-data
, hedgehog:resourcet
, time-locale-compat:time

allow-older: pg-entity:time

Expand Down Expand Up @@ -53,12 +50,12 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/kleidukos/pg-transact-effectful
tag: db6fa06
tag: d3f3f3d

source-repository-package
type: git
location: https://github.com/kleidukos/servant-effectful
tag: 21b5a1d
tag: cec4d54

source-repository-package
type: git
Expand Down
12 changes: 6 additions & 6 deletions cabal.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ constraints: any.Cabal ==3.8.1.0,
any.dlist ==1.0,
dlist -werror,
any.easy-file ==0.2.5,
any.effectful ==2.2.2.0,
any.effectful ==2.3.0.0,
effectful -benchmark-foreign-libraries,
any.effectful-core ==2.2.2.2,
any.effectful-core ==2.3.0.1,
any.either ==5.0.2,
any.emojis ==0.1.3,
any.entropy ==0.4.1.10,
Expand Down Expand Up @@ -323,14 +323,14 @@ constraints: any.Cabal ==3.8.1.0,
semigroupoids +comonad +containers +contravariant +distributive +tagged +unordered-containers,
any.semigroups ==0.20,
semigroups +binary +bytestring -bytestring-builder +containers +deepseq +hashable +tagged +template-haskell +text +transformers +unordered-containers,
any.servant ==0.19.1,
any.servant ==0.20.1,
any.servant-blaze ==0.9.1,
any.servant-client ==0.19,
any.servant-client-core ==0.19,
any.servant-client ==0.20,
any.servant-client-core ==0.20,
any.servant-effectful ==0.0.1.0,
any.servant-lucid ==0.9.0.6,
any.servant-openapi3 ==2.0.1.6,
any.servant-server ==0.19.2,
any.servant-server ==0.20,
any.servant-static-th ==1.0.0.0,
servant-static-th -buildexample,
any.simple-sendfile ==0.2.32,
Expand Down
2 changes: 1 addition & 1 deletion src/core/Flora/Import/Package.hs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ persistImportOutput wq (ImportOutput package categories release components) = do
withWorkerDbPool :: (Reader PoolConfig :> es, IOE :> es) => (Poolboy.WorkQueue -> Eff es a) -> Eff es a
withWorkerDbPool f = do
cfg <- ask @PoolConfig
withEffToIO $ \effIO ->
withEffToIO SeqUnlift $ \effIO ->
Poolboy.withPoolboy
(Poolboy.poolboySettingsWith cfg.connections)
Poolboy.waitingStopFinishWorkers
Expand Down

0 comments on commit f5d6a0f

Please sign in to comment.