Skip to content

Commit

Permalink
chore(nix): Update dependencies. (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Jan 8, 2024
2 parents 6ad641f + d31f648 commit bc42beb
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 72 deletions.
147 changes: 91 additions & 56 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions primer-api/primer-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ library
hs-source-dirs: src
default-language: GHC2021
default-extensions:
NoImplicitPrelude
DataKinds
DeriveAnyClass
DerivingStrategies
DerivingVia
LambdaCase
NoImplicitPrelude
OverloadedStrings

ghc-options:
Expand Down Expand Up @@ -54,11 +54,11 @@ library primer-api-hedgehog
hs-source-dirs: gen
default-language: GHC2021
default-extensions:
NoImplicitPrelude
DataKinds
DerivingStrategies
DerivingVia
LambdaCase
NoImplicitPrelude
OverloadedStrings

ghc-options:
Expand All @@ -79,12 +79,12 @@ library primer-api-testlib
hs-source-dirs: testlib
default-language: GHC2021
default-extensions:
NoImplicitPrelude
DataKinds
DeriveAnyClass
DerivingStrategies
DerivingVia
LambdaCase
NoImplicitPrelude
OverloadedStrings

ghc-options:
Expand All @@ -109,11 +109,11 @@ test-suite primer-api-test

default-language: GHC2021
default-extensions:
NoImplicitPrelude
DataKinds
DerivingStrategies
DerivingVia
LambdaCase
NoImplicitPrelude
OverloadedLists
OverloadedStrings

Expand Down
Loading

1 comment on commit bc42beb

@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: bc42beb Previous: 6ad641f Ratio
typecheck/mapOddPrim 10: outlier variance 0.38805633880620816 outlier variance 0.017236072637734686 outlier variance 22.51

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

CC: @dhess

Please sign in to comment.