1
1
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:
Rob Rix 2019-07-15 10:43:10 -04:00
parent 50db4efa0c
commit cecddcadd0
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
2 changed files with 3 additions and 0 deletions

View File

@ -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:

View File

@ -0,0 +1,2 @@
module Data.Scope
() where