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

Stub in a module for declarations.

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

View File

@ -28,6 +28,7 @@ library
, Data.Record
, Data.Syntax
, Data.Syntax.Comment
, Data.Syntax.Declaration
, Data.Syntax.Literal
, Data.Text.Listable
, Diff

View File

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