Skip to content

Commit

Permalink
fix weird deveshell bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Apr 28, 2024
1 parent 34b992c commit 018ad04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@
category = "Primary";
};
test = {
description = "Run the project's tests with ghcid auto-recompile";
description = "Run the project tests with ghcid auto-recompile";
exec = ''
stack build :elara-test --file-watch --fast --ghc-options="-O0 -fbyte-code" --test-arguments='--match "/Infer Test/Infers types correctly/Infers function types correctly/Correctly adds type applications when referring to another polymorphic function/"'
stack build :elara-test --file-watch --fast --ghc-options="-O0 -fbyte-code"
'';
category = "Primary";
};
Expand Down

0 comments on commit 018ad04

Please sign in to comment.