diff options
| author | Ian Lynagh <igloo@earth.li> | 2011-11-06 22:42:17 +0000 |
|---|---|---|
| committer | Ian Lynagh <igloo@earth.li> | 2011-11-06 22:42:17 +0000 |
| commit | 69e18833778eaa53585db401b0d756711ba09694 (patch) | |
| tree | 1c38a95bd4e123ae51853b26dd2d596a252bf978 /compiler/hsSyn | |
| parent | 74082489265d139a9554d4c31d20880ca8aa932f (diff) | |
| download | haskell-69e18833778eaa53585db401b0d756711ba09694.tar.gz | |
Warnings appear to already be fixed in hsSyn/HsPat.lhs
Diffstat (limited to 'compiler/hsSyn')
| -rw-r--r-- | compiler/hsSyn/HsPat.lhs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/hsSyn/HsPat.lhs b/compiler/hsSyn/HsPat.lhs index 3c2407bfbc..236f211d42 100644 --- a/compiler/hsSyn/HsPat.lhs +++ b/compiler/hsSyn/HsPat.lhs @@ -5,12 +5,6 @@ \section[PatSyntax]{Abstract Haskell syntax---patterns} \begin{code} -{-# OPTIONS -fno-warn-incomplete-patterns #-} --- 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 --- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings --- for details {-# LANGUAGE DeriveDataTypeable #-} module HsPat ( |
