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:
parent
c626f372ed
commit
17c33488f8
@ -30,6 +30,7 @@ library
|
||||
, Data.Syntax.Comment
|
||||
, Data.Syntax.Declaration
|
||||
, Data.Syntax.Literal
|
||||
, Data.Syntax.Statement
|
||||
, Data.Text.Listable
|
||||
, Diff
|
||||
, DiffCommand
|
||||
|
1
src/Data/Syntax/Statement.hs
Normal file
1
src/Data/Syntax/Statement.hs
Normal file
@ -0,0 +1 @@
|
||||
module Data.Syntax.Statement where
|
Loading…
Reference in New Issue
Block a user