Skip to content

Commit

Permalink
chore: bump Nix dependencies & bump to GHC 9.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Drew Hess <[email protected]>
  • Loading branch information
dhess committed Aug 16, 2023
1 parent 93ece25 commit 89cc98e
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 52 deletions.
3 changes: 3 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ package primer-api
package primer-service
test-options: "--size-cutoff=32768"

-- Temporary during GHC 9.6 transition.
allow-newer: *:*

-- We need a newer version of Selda than what's been released to Hackage.
source-repository-package
type: git
Expand Down
90 changes: 45 additions & 45 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
in
builtins.trace "Nix Primer version is ${v}" "git-${v}";

ghcVersion = "ghc945";
ghcVersion = "ghc962";

# We must keep the weeder version in sync with the version of
# GHC we're using.
weederVersion = "2.5.0";
weederVersion = "2.6.0";

# Fourmolu updates often alter formatting arbitrarily, and we want to
# have more control over this.
Expand Down
2 changes: 1 addition & 1 deletion primer-api/primer-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
-Wmissing-deriving-strategies -fhide-source-paths

build-depends:
, base >=4.12 && <4.18
, base >=4.12 && <4.19
, containers >=0.6.0.1 && <0.7.0
, deriving-aeson >=0.2 && <0.3.0
, extra >=1.7.10 && <1.8.0
Expand Down
2 changes: 1 addition & 1 deletion primer-benchmark/primer-benchmark.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ library
exposed-modules: Benchmarks
build-depends:
, aeson >=2.0 && <2.2
, base >=4.12 && <4.18
, base >=4.12 && <4.19
, containers >=0.6.0.1 && <0.7.0
, criterion ^>=1.6.0.0
, deepseq ^>=1.4.6.1
Expand Down
2 changes: 1 addition & 1 deletion primer-selda/primer-selda.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library

build-depends:
, aeson >=2.0 && <2.2
, base >=4.12 && <4.18
, base >=4.12 && <4.19
, bytestring >=0.10.8.2 && <0.12.0
, containers >=0.6.0.1 && <0.7.0
, logging-effect ^>=1.4
Expand Down
2 changes: 1 addition & 1 deletion primer-service/primer-service.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ library

build-depends:
, aeson >=2.0 && <2.2
, base >=4.12 && <4.18
, base >=4.12 && <4.19
, containers >=0.6.0.1 && <0.7
, deriving-aeson >=0.2 && <0.3.0
, exceptions >=0.10.4 && <0.11.0
Expand Down
2 changes: 1 addition & 1 deletion primer/primer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ library
build-depends:
, aeson >=2.0 && <2.2
, assoc ^>=1.1
, base >=4.12 && <4.18
, base >=4.12 && <4.19
, containers >=0.6.0.1 && <0.7.0
, deriving-aeson >=0.2 && <0.3.0
, exceptions >=0.10.4 && <0.11.0
Expand Down

0 comments on commit 89cc98e

Please sign in to comment.