From 33571ba44f2a42502722a3b025b448efe1f0ab88 Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 10 Nov 2014 15:23:02 +0000 Subject: Some work to improve the structure of the haddock documenation --- src/compiler/GF/Support.hs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/compiler/GF/Support.hs (limited to 'src/compiler/GF/Support.hs') diff --git a/src/compiler/GF/Support.hs b/src/compiler/GF/Support.hs new file mode 100644 index 000000000..a4baf63c9 --- /dev/null +++ b/src/compiler/GF/Support.hs @@ -0,0 +1,17 @@ +module GF.Support( + -- * Supporting infrastructure and system utilities + module GF.Infra.Location, + module GF.Infra.Option, + module GF.Data.Operations, + module GF.Infra.UseIO, + module GF.System.Console, + -- ** Binary serialisation + Binary,encode,decode,encodeFile,decodeFile + ) where + +import GF.Infra.Location +import GF.Data.Operations +import GF.Infra.Option +import GF.Infra.UseIO +import GF.System.Console +import Data.Binary -- cgit v1.2.3