try again to get Control.Exception.catch warnings right

This commit is contained in:
Corey O'Connor 2014-08-07 20:48:39 -07:00
parent 31a294e07c
commit c01c51e452

View File

@ -66,7 +66,7 @@
--
module Graphics.Vty.Config where
#if __GLASGOW_HASKELL__ < 706
#if __GLASGOW_HASKELL__ < 704
import Prelude
#else
import Prelude hiding (catch)