summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Support.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF/Support.hs')
-rw-r--r--src/compiler/GF/Support.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/GF/Support.hs b/src/compiler/GF/Support.hs
index a4baf63c9..dfab662ea 100644
--- a/src/compiler/GF/Support.hs
+++ b/src/compiler/GF/Support.hs
@@ -4,6 +4,7 @@ module GF.Support(
module GF.Infra.Option,
module GF.Data.Operations,
module GF.Infra.UseIO,
+ module GF.System.Catch,
module GF.System.Console,
-- ** Binary serialisation
Binary,encode,decode,encodeFile,decodeFile
@@ -13,5 +14,6 @@ import GF.Infra.Location
import GF.Data.Operations
import GF.Infra.Option
import GF.Infra.UseIO
+import GF.System.Catch
import GF.System.Console
import Data.Binary