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:
parent
c31b151ba8
commit
b2b88f24b5
@ -42,6 +42,7 @@ common common
|
||||
library
|
||||
import: common
|
||||
exposed-modules:
|
||||
Source.Debug
|
||||
Source.Loc
|
||||
Source.Range
|
||||
Source.Source
|
||||
|
2
semantic-source/src/Source/Debug.hs
Normal file
2
semantic-source/src/Source/Debug.hs
Normal file
@ -0,0 +1,2 @@
|
||||
module Source.Debug
|
||||
() where
|
Loading…
Reference in New Issue
Block a user