Skip to content

Commit

Permalink
update stack-lint-extra-deps (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin authored Dec 4, 2024
1 parent aa1527c commit 8fcd90d
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 2 deletions.
71 changes: 70 additions & 1 deletion main/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions main/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
nixpkgs-unstable-2024-05-30.url = "github:nixos/nixpkgs/aa61b27554a5fc282758bf0324781e3464ef2cde";
nixpkgs-unstable-2024-07-29.url = "github:nixos/nixpkgs/038fb464fcfa79b4f08131b07f2d8c9a6bcc4160";
stack-lint-extra-deps.url = "github:freckle/stack-lint-extra-deps";
stack-lint-extra-deps-1-2-2.url = "github:freckle/stack-lint-extra-deps/0dccbb297a4bdc01509e2e18c8e3f726014bc35a";
nixpkgs-haskell-updates.url = "github:nixos/nixpkgs/haskell-updates";
flake-utils.url = "github:numtide/flake-utils";
nix-github-actions.url = "github:nix-community/nix-github-actions";
Expand Down
1 change: 1 addition & 0 deletions main/stack-lint-extra-deps/checks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ let
in
{
stack-lint-extra-deps-1-2-2 = versionCheck "1.2.2.1" packages.stack-lint-extra-deps-1-2-2;
stack-lint-extra-deps-1-2-5 = versionCheck "1.2.5.0" packages.stack-lint-extra-deps-1-2-5;
}
6 changes: 5 additions & 1 deletion main/stack-lint-extra-deps/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ let
inherit (nixpkgs.haskell.lib) justStaticExecutables;
in
rec {
stack-lint-extra-deps-default = stack-lint-extra-deps-1-2-2;
stack-lint-extra-deps-default = stack-lint-extra-deps-1-2-5;

stack-lint-extra-deps-1-2-2 =
justStaticExecutables
inputs.stack-lint-extra-deps-1-2-2.packages.${system}.stack-lint-extra-deps;

stack-lint-extra-deps-1-2-5 =
justStaticExecutables
inputs.stack-lint-extra-deps.packages.${system}.stack-lint-extra-deps;
}

0 comments on commit 8fcd90d

Please sign in to comment.