Skip to content

Commit 59be32d

Browse files
committed
nix flake update, GHC 9.4.8
1 parent eb5e1d8 commit 59be32d

3 files changed

Lines changed: 46 additions & 29 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ will make `pslua` executable available for use.
7979
### Windows
8080

8181
Nix build won't work on Windows so you'd first need to install
82-
`cabal` and `ghc-9.4.7` (One way of installing those is [GHCUp](https://www.haskell.org/ghcup/)).
82+
`cabal` and `ghc-9.4.8` (One way of installing those is [GHCUp](https://www.haskell.org/ghcup/)).
8383

8484
Once the pre-requisites are available on your PATH
8585
you run

flake.lock

Lines changed: 44 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
(final: prev: {
2121
psluaProject = final.haskell-nix.project' {
2222
src = ./.;
23-
compiler-nix-name = "ghc947";
23+
compiler-nix-name = "ghc948";
2424
evalSystem = "x86_64-linux";
2525
modules = let prof = false;
2626
in [{

0 commit comments

Comments
 (0)