Skip to content

Commit

Permalink
cabal3
Browse files Browse the repository at this point in the history
  • Loading branch information
sashasashasasha151 committed Feb 19, 2021
1 parent e29f67b commit d8c00a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ let
server = project.edna.components.exes.edna-server;
test = project.edna.checks.edna-test;
hlint-html = runCommand "hlint.html" {} "${hlint}/bin/hlint ${source} --no-exit-code --report=$out -j";
validate = runCommand "name" {} "./../.buildkite/validate-cabal-files.sh ./edna.cabal";
validate = runCommand "name" {} "ls && ./../.buildkite/validate-cabal-files.sh ./edna.cabal";
in { inherit server test library validate; hlint = hlint-html; }

0 comments on commit d8c00a5

Please sign in to comment.