From 01b1e33f8095f59067dd038f3127290c1574d5b5 Mon Sep 17 00:00:00 2001 From: Ayman Nadeem Date: Tue, 10 Sep 2019 15:12:41 -0400 Subject: [PATCH] include semantic-ast --- semantic-ast/semantic-ast.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic-ast/semantic-ast.cabal b/semantic-ast/semantic-ast.cabal index 7b825520b..3382a7a32 100644 --- a/semantic-ast/semantic-ast.cabal +++ b/semantic-ast/semantic-ast.cabal @@ -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