mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +03:00
Stub in a Scope module.
This commit is contained in:
parent
50db4efa0c
commit
cecddcadd0
@ -32,6 +32,7 @@ library
|
|||||||
, Data.File
|
, Data.File
|
||||||
, Data.Loc
|
, Data.Loc
|
||||||
, Data.Name
|
, Data.Name
|
||||||
|
, Data.Scope
|
||||||
, Data.Stack
|
, Data.Stack
|
||||||
-- other-modules:
|
-- other-modules:
|
||||||
-- other-extensions:
|
-- other-extensions:
|
||||||
|
2
semantic-core/src/Data/Scope.hs
Normal file
2
semantic-core/src/Data/Scope.hs
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
module Data.Scope
|
||||||
|
() where
|
Loading…
Reference in New Issue
Block a user