forked from GitHub/gf-core
GF.System.Chatch: remove redundant #include
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
module GF.System.Catch where
|
module GF.System.Catch where
|
||||||
import qualified System.IO.Error as S
|
import qualified System.IO.Error as S
|
||||||
|
|
||||||
#include "cabal_macros.h"
|
|
||||||
|
|
||||||
#if MIN_VERSION_base(4,4,0)
|
#if MIN_VERSION_base(4,4,0)
|
||||||
catch = S.catchIOError
|
catch = S.catchIOError
|
||||||
try = S.tryIOError
|
try = S.tryIOError
|
||||||
|
|||||||
Reference in New Issue
Block a user