mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
Reformat the exposed-modules field.
This commit is contained in:
parent
7e5f477353
commit
1c1d955553
@ -19,24 +19,25 @@ extra-source-files: README.md
|
||||
tested-with: GHC == 8.6.4
|
||||
|
||||
library
|
||||
exposed-modules: Analysis.Concrete
|
||||
, Analysis.Eval
|
||||
, Analysis.FlowInsensitive
|
||||
, Analysis.ImportGraph
|
||||
, Analysis.ScopeGraph
|
||||
, Analysis.Typecheck
|
||||
, Control.Carrier.Fail.WithLoc
|
||||
, Control.Effect.Readline
|
||||
, Control.Monad.Module
|
||||
, Data.Core
|
||||
, Data.Core.Parser
|
||||
, Data.Core.Pretty
|
||||
, Data.File
|
||||
, Data.Loc
|
||||
, Data.Name
|
||||
, Data.Scope
|
||||
, Data.Stack
|
||||
, Data.Term
|
||||
exposed-modules:
|
||||
Analysis.Concrete
|
||||
Analysis.Eval
|
||||
Analysis.FlowInsensitive
|
||||
Analysis.ImportGraph
|
||||
Analysis.ScopeGraph
|
||||
Analysis.Typecheck
|
||||
Control.Carrier.Fail.WithLoc
|
||||
Control.Effect.Readline
|
||||
Control.Monad.Module
|
||||
Data.Core
|
||||
Data.Core.Parser
|
||||
Data.Core.Pretty
|
||||
Data.File
|
||||
Data.Loc
|
||||
Data.Name
|
||||
Data.Scope
|
||||
Data.Stack
|
||||
Data.Term
|
||||
build-depends: algebraic-graphs ^>= 0.3
|
||||
, base >= 4.12 && < 5
|
||||
, containers ^>= 0.6
|
||||
|
Loading…
Reference in New Issue
Block a user