On Tue, Jun 14, 2011 at 05:23:58PM -0700, Edward Z. Yang wrote:
> 
>  {-# OPTIONS_GHC -fno-warn-warnings-deprecations #-}
> +#if __GLASGOW_HASKELL__ < 701
> +-- GHC 7.0.1 improved incomplete pattern warnings with GADTs

That #if means GHC < 7.1.*; it sounds like you want

    #if __GLASGOW_HASKELL__ < 700


Thanks
Ian


_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to