forked from GitHub/gf-core
reintroduce the compiler API
This commit is contained in:
19
src/compiler/api/GF/Support.hs
Normal file
19
src/compiler/api/GF/Support.hs
Normal file
@@ -0,0 +1,19 @@
|
||||
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.Catch,
|
||||
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.Catch
|
||||
import GF.System.Console
|
||||
import Data.Binary
|
||||
Reference in New Issue
Block a user