Skip to content

Commit

Permalink
Update for latest bellroy-nix-foss
Browse files Browse the repository at this point in the history
  • Loading branch information
JackKelly-Bellroy committed Aug 21, 2024
1 parent 1b525f1 commit c218906
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.dir-locals.el
.pre-commit-config.yaml
dist-newstyle/
dist/
result
1 change: 0 additions & 1 deletion cabal.haskell-ci

This file was deleted.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@

outputs = inputs:
inputs.bellroy-nix-foss.lib.haskellProject {
src = ./.;
supportedCompilers = [
"ghc810"
"ghc90"
"ghc92"
"ghc94"
"ghc96"
"ghc98"
"ghc910"
];
defaultCompiler = "ghc96";
};
Expand Down

0 comments on commit c218906

Please sign in to comment.