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:
parent
4233a0eec3
commit
a60f9954f4
@ -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
|
||||
|
1
src/Data/Syntax/Markup.hs
Normal file
1
src/Data/Syntax/Markup.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Syntax.Markup where
|
Loading…
Reference in New Issue
Block a user