1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Stub in a Markup module.

This commit is contained in:
Rob Rix 2017-06-07 19:11:03 -04:00
parent 4233a0eec3
commit a60f9954f4
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ library
, Data.Syntax.Declaration
, Data.Syntax.Expression
, Data.Syntax.Literal
, Data.Syntax.Markup
, Data.Syntax.Statement
, Data.Syntax.Type
, Data.Text.Listable

View File

@ -0,0 +1 @@
module Data.Syntax.Markup where