diff options
Diffstat (limited to 'src/compiler/GF/System')
| -rw-r--r-- | src/compiler/GF/System/Catch.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/GF/System/Catch.hs b/src/compiler/GF/System/Catch.hs index 950774947..f69934af5 100644 --- a/src/compiler/GF/System/Catch.hs +++ b/src/compiler/GF/System/Catch.hs @@ -3,6 +3,7 @@ module GF.System.Catch where import qualified System.IO.Error as S +-- ** Backwards compatible try and catch #if MIN_VERSION_base(4,4,0) catch = S.catchIOError try = S.tryIOError |
