mirror of
https://github.com/github/semantic.git
synced 2024-11-25 11:04:00 +03:00
Stub in a file for Element.
This commit is contained in:
parent
7292f85cf8
commit
ee5d1b0a3f
@ -20,6 +20,7 @@ tested-with: GHC == 8.6.5
|
||||
|
||||
library
|
||||
exposed-modules:
|
||||
AST.Element
|
||||
Tags.Tag
|
||||
Tags.Taggable.Precise
|
||||
-- other-modules:
|
||||
|
2
semantic-tags/src/AST/Element.hs
Normal file
2
semantic-tags/src/AST/Element.hs
Normal file
@ -0,0 +1,2 @@
|
||||
module AST.Element
|
||||
() where
|
Loading…
Reference in New Issue
Block a user