Some work to improve the structure of the haddock documenation

This commit is contained in:
hallgren
2014-11-10 15:23:02 +00:00
parent cabafd68a6
commit 33571ba44f
6 changed files with 38 additions and 33 deletions

View File

@@ -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