1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

include semantic-ast

This commit is contained in:
Ayman Nadeem 2019-09-10 15:12:41 -04:00
parent 7b15c85af2
commit 01b1e33f80

View File

@ -28,6 +28,6 @@ executable semantic-ast
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base ^>=4.12.0.0
build-depends: base ^>=4.12.0.0, semantic-ast
hs-source-dirs: src
default-language: Haskell2010