1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 17:05:33 +03:00

Update semantic.cabal

This commit is contained in:
Ayman Nadeem 2020-02-10 14:59:14 -05:00
parent d955c9e5f4
commit 54e879c63f

View File

@ -68,6 +68,7 @@ common dependencies
, scientific ^>= 0.3.6.2 , scientific ^>= 0.3.6.2
, safe-exceptions ^>= 0.1.7.0 , safe-exceptions ^>= 0.1.7.0
, semantic-analysis ^>= 0 , semantic-analysis ^>= 0
, semantic-ast
, semantic-source ^>= 0.0.2 , semantic-source ^>= 0.0.2
, semilattices ^>= 0.0.0.3 , semilattices ^>= 0.0.0.3
, streaming ^>= 0.2.2.0 , streaming ^>= 0.2.2.0
@ -405,6 +406,7 @@ benchmark benchmarks
, Glob , Glob
, lens >= 4.17 && < 4.19 , lens >= 4.17 && < 4.19
, semantic , semantic
, semantic-ast
, semantic-source , semantic-source
source-repository head source-repository head