diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-15T17·30+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-20T10·26+0100 |
commit | 334616392b5887d2d17c9a0b118e6002a74e4bae (patch) | |
tree | fe1e940799890efb14e702150773008bfc2923bc /assessments/dotted-squares/.ghci | |
parent | 6c0777aada96cbea1be4eff797861842f2b83685 (diff) |
Set -Wall and cleanup warnings
I should have done this from the start.
Diffstat (limited to 'assessments/dotted-squares/.ghci')
-rw-r--r-- | assessments/dotted-squares/.ghci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assessments/dotted-squares/.ghci b/assessments/dotted-squares/.ghci new file mode 100644 index 000000000000..b100af4432c5 --- /dev/null +++ b/assessments/dotted-squares/.ghci @@ -0,0 +1 @@ +:set -Wall |