From 1b11c4fba1aa4c40db6c104030a25a6ba1f4694d Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Fri, 24 Apr 2009 12:47:54 +0000
Subject: [PATCH] Require a bang pattern when unlifted types are where/let
 bound; #3182 For now we only get a warning, rather than an error, because the
 alex and happy templates don't follow the new rules yet.

---
 HpcParser.y | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HpcParser.y b/HpcParser.y
index 74893e4..cf1d156 100644
--- a/HpcParser.y
+++ b/HpcParser.y
@@ -1,5 +1,5 @@
 { 
-{-# OPTIONS -w #-}
+{-# OPTIONS -Wwarn #-}
 -- The above warning supression flag is a temporary kludge.
 -- While working on this module you are encouraged to remove it and fix
 -- any warnings in the module. See
-- 
GitLab