Skip to content

Commit

Permalink
default tools to ghc96
Browse files Browse the repository at this point in the history
  • Loading branch information
danwdart committed Apr 21, 2024
1 parent 70a577d commit a0e466b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
haskell-tools ? import (builtins.fetchTarball "https://github.com/danwdart/haskell-tools/archive/master.tar.gz") {
nixpkgs = nixpkgs;
},
compiler ? "ghc94"
compiler ? "ghc96"
} :
let
gitignore = nixpkgs.nix-gitignore.gitignoreSourcePure [ ./.gitignore ];
Expand Down

0 comments on commit a0e466b

Please sign in to comment.