mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-12-01 22:53:37 +03:00
try again to get Control.Exception.catch warnings right
This commit is contained in:
parent
31a294e07c
commit
c01c51e452
@ -66,7 +66,7 @@
|
|||||||
--
|
--
|
||||||
module Graphics.Vty.Config where
|
module Graphics.Vty.Config where
|
||||||
|
|
||||||
#if __GLASGOW_HASKELL__ < 706
|
#if __GLASGOW_HASKELL__ < 704
|
||||||
import Prelude
|
import Prelude
|
||||||
#else
|
#else
|
||||||
import Prelude hiding (catch)
|
import Prelude hiding (catch)
|
||||||
|
Loading…
Reference in New Issue
Block a user