mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Stub in a Language.Python.Core module.
This commit is contained in:
parent
5563bc19a0
commit
6894a756b1
@ -18,7 +18,8 @@ extra-source-files: README.md
|
||||
tested-with: GHC == 8.6.4
|
||||
|
||||
library
|
||||
-- exposed-modules:
|
||||
exposed-modules:
|
||||
Language.Python.Core
|
||||
-- other-modules:
|
||||
-- other-extensions:
|
||||
build-depends: base ^>=4.12.0.0
|
||||
|
1
semantic-python/src/Language/Python/Core.hs
Normal file
1
semantic-python/src/Language/Python/Core.hs
Normal file
@ -0,0 +1 @@
|
||||
module Language.Python.Core where
|
Loading…
Reference in New Issue
Block a user