summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-03-13 00:18:33 -0400
committerAndrew Cady <d@jerkface.net>2019-03-13 00:18:33 -0400
commitc4c634e85f3b08566880666b7e04ead8be3c2581 (patch)
tree75a945402001c3f4d5594beafa02fb32dd20e7e9
parent9882cebe7c6438e9e5b79b2e6e6667680a358c1d (diff)
enable GHC warnings
-rw-r--r--package.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
index 207d374..5e56fa2 100644
--- a/package.yaml
+++ b/package.yaml
@@ -34,6 +34,8 @@ executables:
34 - -threaded 34 - -threaded
35 - -rtsopts 35 - -rtsopts
36 - -with-rtsopts=-N 36 - -with-rtsopts=-N
37 - -Wall
38 - -O2
37 dependencies: 39 dependencies:
38 - scad 40 - scad
39 41