From 3ec6832e5ffdbbf9799ef7cc80926b0053795bcb Mon Sep 17 00:00:00 2001 From: Kevin Quick Date: Mon, 15 Mar 2021 22:06:55 -0700 Subject: [PATCH] Make the Structure module public to allow API access to it. --- package.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/package.yaml b/package.yaml index b0f4572..a301613 100644 --- a/package.yaml +++ b/package.yaml @@ -22,6 +22,7 @@ library: exposed-modules: - Language.Wasm.Script - Language.Wasm.Lexer + - Language.Wasm.Structure - Language.Wasm dependencies: - array >= 0.5