aboutsummaryrefslogtreecommitdiffstats
path: root/src/GSA.hs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-11-16 15:00:12 +0000
committerYann Herklotz <git@yannherklotz.com>2021-11-16 15:00:12 +0000
commit3c4d5fe993796c40fcbe34ac60ab0e16e012b943 (patch)
tree27049fb023bcf11440b41fc9d4a7cab136b4137b /src/GSA.hs
parent892c279ac48852058cc079fc6be49f83516a6457 (diff)
downloadgsa-parser-3c4d5fe993796c40fcbe34ac60ab0e16e012b943.tar.gz
gsa-parser-3c4d5fe993796c40fcbe34ac60ab0e16e012b943.zip
Add top-level of pretty printerHEADmaster
Diffstat (limited to 'src/GSA.hs')
-rw-r--r--src/GSA.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/GSA.hs b/src/GSA.hs
index cbf1220..8d1bb59 100644
--- a/src/GSA.hs
+++ b/src/GSA.hs
@@ -1,10 +1,12 @@
module GSA
( module GSA.Parser,
module GSA.Types,
- module GSA.Common
+ module GSA.Common,
+ module GSA.Printer
)
where
import GSA.Parser
import GSA.Types
import GSA.Common
+import GSA.Printer