Major patch to fix reporting of unused imports
[ghc-hetmet.git] / compiler / main / ParsePkgConf.y
index 1e24ab4..6028af8 100644 (file)
@@ -24,6 +24,8 @@ import Panic
 
 }
 
+%expect 0
+
 %token
  '{'           { L _ ITocurly }
  '}'           { L _ ITccurly }