Skip to content

Commit

Permalink
chore(hackage): bump dependencies to latest versions (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Apr 11, 2024
2 parents a9ce4ec + 4392de8 commit abdb237
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion primer-benchmark/primer-benchmark.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ library
, primer:primer-testlib
, tasty ^>=1.5
, tasty-hunit ^>=0.10.0
, text ^>=2.0
, text >=2.0 && <2.1

benchmark primer-benchmark
import: options
Expand Down
4 changes: 2 additions & 2 deletions primer-selda/primer-selda.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ library
, primer ^>=0.7.2
, selda ^>=0.5.2.1
, selda-sqlite ^>=0.1.7.2
, text ^>=2.0
, time >=1.11 && <1.13
, text >=2.0 && <2.1
, time >=1.11 && <1.15
, uuid-types ^>=1.0.5.1

library primer-selda-testlib
Expand Down
8 changes: 4 additions & 4 deletions primer-service/primer-service.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ library
build-depends:
, aeson >=2.0 && <2.3
, base >=4.12 && <4.20
, containers >=0.6.0.1 && <0.7
, containers >=0.6.0.1 && <0.8
, deriving-aeson >=0.2 && <0.3.0
, exceptions >=0.10.4 && <0.11.0
, extra >=1.7.10 && <1.8.0
Expand All @@ -64,15 +64,15 @@ library
, stm ^>=2.5
, stm-containers >=1.1 && <1.3.0
, streaming-commons ^>=0.2.2.4
, text ^>=2.0
, time >=1.11 && <1.13
, text >=2.0 && <2.1
, time >=1.11 && <1.15
, transformers >=0.5.6.2 && <0.7.0
, uuid-types ^>=1.0.5.1
, wai ^>=3.2
, wai-app-static ^>=3.1
, wai-cors ^>=0.2.7
, wai-middleware-prometheus ^>=1.0.0.1
, warp ^>=3.3
, warp >=3.3 && <3.5

executable primer-service
main-is: Main.hs
Expand Down
4 changes: 2 additions & 2 deletions primer/primer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ library
, random ^>=1.2.1.1
, stm >=2.5 && <2.6.0
, stm-containers >=1.1 && <1.3.0
, text ^>=2.0
, time >=1.11 && <1.13
, text >=2.0 && <2.1
, time >=1.11 && <1.15
, transformers >=0.5.6.2 && <0.7.0
, uniplate >=1.6 && <1.7.0
, uuid-types ^>=1.0.5.1
Expand Down

1 comment on commit abdb237

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Primer benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: abdb237 Previous: a9ce4ec Ratio
evalTestM/interp (has no logs)/mapEven 1: outlier variance 0.2252660794852621 outlier variance 0.0078120156240312055 outlier variance 28.84
typecheck/mapOdd 10: outlier variance 0.20698793441324997 outlier variance 0.01785123966942163 outlier variance 11.60
typecheck/mapOddPrim 100: outlier variance 0.6028379277475173 outlier variance 0.14368448609594825 outlier variance 4.20

This comment was automatically generated by workflow using github-action-benchmark.

CC: @dhess

Please sign in to comment.