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

Stub in a debug module.

This commit is contained in:
Rob Rix 2019-10-10 17:37:46 -04:00
parent c31b151ba8
commit b2b88f24b5
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
2 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,7 @@ common common
library
import: common
exposed-modules:
Source.Debug
Source.Loc
Source.Range
Source.Source

View File

@ -0,0 +1,2 @@
module Source.Debug
() where