Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(hackage): bump index-state, more strict PvP #1299

Merged
merged 2 commits into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading