Skip to content

Commit

Permalink
bin/run: allow warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 1, 2021
1 parent 9f9ebcd commit 224e0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
set -xe
nix-shell --pure --run "ghcid -c 'cabal new-repl exe:neuron --flags=ghcid' -T \":main $*\""
nix-shell --pure --run "ghcid --warnings -c 'cabal new-repl exe:neuron --flags=ghcid' -T \":main $*\""

0 comments on commit 224e0d4

Please sign in to comment.