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

Depend on it in semantic-analysis.

This commit is contained in:
Patrick Thomson 2019-12-18 11:23:19 -05:00
parent 3173c3da5b
commit 1d9b5d29e6

View File

@ -48,17 +48,16 @@ library
Analysis.ScopeGraph
Analysis.Typecheck
Control.Carrier.Fail.WithLoc
Control.Carrier.Readline.Haskeline
Control.Effect.Readline
build-depends:
algebraic-graphs ^>= 0.3
, base >= 4.13 && < 5
, containers ^>= 0.6
, fused-effects ^>= 1.0
, fused-effects-readline
, fused-syntax
, haskeline ^>= 0.7.5
, pathtype ^>= 0.8.1
, prettyprinter >= 1.2.1 && < 1.4
, prettyprinter >= 1.2 && < 2
, prettyprinter-ansi-terminal ^>= 1.1.1
, semantic-source ^>= 0
, terminal-size ^>= 0.3