Skip to content

Commit

Permalink
Add ghc-9.8.1 .
Browse files Browse the repository at this point in the history
  • Loading branch information
damianfral committed Jan 9, 2024
1 parent 6ad5889 commit 121dcd1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

30 changes: 15 additions & 15 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 @@ -8,7 +8,6 @@
nixpkgs-2305 = { url = "github:NixOS/nixpkgs/release-23.05"; };
flake-utils = { url = "github:numtide/flake-utils"; };
nix-filter.url = "github:numtide/nix-filter";
# needed for systest
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down Expand Up @@ -82,6 +81,7 @@
"ghc-9.2.6" = pkgs2305.haskell.compiler.ghc926;
"ghc-9.4.5" = pkgs2305.haskell.compiler.ghc945;
"ghc-9.6.2" = pkgs2305.haskell.compiler.ghc962;
"ghc-9.8.1" = pkgs.haskell.compiler.ghc981;
};
precommitCheck = inputs.pre-commit-hooks.lib.${system}.run {
src = ./.;
Expand Down

0 comments on commit 121dcd1

Please sign in to comment.