From c64cd5e2c415a916892242f0cdfcc00d2979a8b6 Mon Sep 17 00:00:00 2001 From: Ben Lippmeier Date: Mon, 6 Apr 2015 15:47:39 +1000 Subject: [PATCH] gloss: disable -Werror --- gloss/gloss.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gloss/gloss.cabal b/gloss/gloss.cabal index 1089338..3eaa203 100644 --- a/gloss/gloss.cabal +++ b/gloss/gloss.cabal @@ -47,7 +47,7 @@ Library gloss-rendering == 1.9.3.* ghc-options: - -O2 -Wall -Werror + -O2 -Wall Exposed-modules: Graphics.Gloss