Skip to content

Commit

Permalink
chore(hackage): bump index-state, more strict PvP (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Nov 3, 2024
2 parents e1fc18e + 3a91732 commit eb97f0a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
index-state: 2024-07-13T00:00:00Z
index-state: 2024-11-02T00:00:00Z

jobs: $ncpus

Expand Down Expand Up @@ -30,7 +30,7 @@ haddock-quickjump: True
haddock-hyperlink-source: True
haddock-internal: True

allow-newer: all
allow-newer: servant-openapi3:base, openapi3:*, selda:*, hedgehog:pretty-show, hedgehog-classes:pretty-show

package *
ghc-options: -fwrite-ide-info
Expand Down Expand Up @@ -101,5 +101,5 @@ if arch(wasm32)
source-repository-package
type: git
location: https://github.com/amesgen/splitmix
tag: 83b906c4bcdc2720546f1779a16eb65e8e12ecba
--sha256: sha256-sR+Ne56SBzVbPfC7AJeQZn20YDfFwBDpRI873cTm1nU=
tag: 5f5b766d97dc735ac228215d240a3bb90bc2ff75
--sha256: sha256-OCrEnjmESxtFHoeb4TCrQN//Oyx/7dKwiRr6P1/AqSk=
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -442,12 +442,13 @@
"fail"
];

# These packages don't generate HIE files. See:
# These packages don't/can't generate HIE files. See:
# https://github.com/input-output-hk/haskell.nix/issues/1242
packages.mtl-compat.writeHieFiles = false;
packages.bytestring-builder.writeHieFiles = false;
packages.fail.writeHieFiles = false;
packages.diagrams.writeHieFiles = false;
packages.happy-lib.writeHieFiles = false;
}
{
#TODO This shouldn't be necessary - see the commented-out `build-tool-depends` in primer.cabal.
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 @@ -57,11 +57,11 @@ library
, primer-api ^>=0.7.2
, refined ^>=0.8
, semirings >=0.6 && <0.8
, servant >=0.18 && <0.20.2
, servant-client >=0.18 && <0.20.2
, servant-client-core >=0.18 && <0.20.2
, servant >=0.18 && <0.20.3
, servant-client >=0.18 && <0.20.3
, servant-client-core >=0.18 && <0.20.3
, servant-openapi3 ^>=2.0.1.2
, servant-server >=0.18 && <0.20.2
, servant-server >=0.18 && <0.20.3
, stm ^>=2.5
, stm-containers >=1.1 && <1.3.0
, streaming-commons ^>=0.2.2.4
Expand Down

1 comment on commit eb97f0a

@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: eb97f0a Previous: e1fc18e Ratio
typecheck/mapOdd 1: outlier variance 0.7686036522616535 outlier variance 0.2386697435533857 outlier variance 3.22

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

CC: @dhess

Please sign in to comment.