Skip to content

Commit

Permalink
Build with GHC 9.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Dec 7, 2023
1 parent 6df1bd2 commit b9edf03
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 24 deletions.
1 change: 1 addition & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
packages: .
constraints: ansi-wl-pprint < 1.0.0
allow-newer: base16:base, base16:deepseq, base16:text
80 changes: 58 additions & 22 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
};

rel8 = pkgs.haskell-nix.project {
compiler-nix-name = "ghc962";
compiler-nix-name = "ghc981";

cabalProjectLocal = builtins.readFile ./cabal.project.haskell-nix;

Expand Down
2 changes: 1 addition & 1 deletion rel8.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ library
aeson
, attoparsec
, attoparsec-aeson
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
, base16 >= 1.0
, base-compat ^>= 0.11 || ^>= 0.12 || ^>= 0.13
, bifunctors
Expand Down

0 comments on commit b9edf03

Please sign in to comment.