1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Stub in a module for declarations.

This commit is contained in:
Rob Rix 2017-03-26 17:31:50 -04:00
parent c626f372ed
commit 17c33488f8
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ library
, Data.Syntax.Comment
, Data.Syntax.Declaration
, Data.Syntax.Literal
, Data.Syntax.Statement
, Data.Text.Listable
, Diff
, DiffCommand

View File

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