1
1
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:
Rob Rix 2019-06-11 11:22:10 -04:00
parent 5563bc19a0
commit 6894a756b1
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -0,0 +1 @@
module Language.Python.Core where