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