Skip to content

Commit

Permalink
Adjust for newest bellroy-nix-foss
Browse files Browse the repository at this point in the history
  • Loading branch information
JackKelly-Bellroy committed Aug 20, 2024
1 parent 01d7e46 commit 8f52bdf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
17 changes: 0 additions & 17 deletions aws-arn.nix

This file was deleted.

15 changes: 8 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
};

outputs = inputs: inputs.bellroy-nix-foss.lib.haskellProject {
cabalPackages = [
{
name = "aws-arn";
path = ./aws-arn.nix;
}
supportedCompilers = [
"ghc810"
"ghc90"
"ghc92"
"ghc94"
"ghc96"
"ghc98"
];
supportedCompilers = [ "ghc810" "ghc90" "ghc92" "ghc94" "ghc96" ];
defaultCompiler = "ghc92";
defaultCompiler = "ghc96";
};
}

0 comments on commit 8f52bdf

Please sign in to comment.