1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Stub in a module for the precise Env carrier.

This commit is contained in:
Rob Rix 2019-11-01 15:00:03 -04:00
parent 6305e661c4
commit d8955fdb20
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
2 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,7 @@ library
hs-source-dirs: src
exposed-modules:
Analysis.Analysis
Analysis.Carrier.Env.Precise
Analysis.Concrete
Analysis.Effect.Env
Analysis.File

View File

@ -0,0 +1,2 @@
module Analysis.Carrier.Env.Precise
() where