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

change executable source-dirs to app

This commit is contained in:
Ayman Nadeem 2020-01-24 11:40:19 -05:00
parent 0177b5c37e
commit 5b5e3e992d

View File

@ -72,5 +72,5 @@ executable semantic-ast
, aeson
, bytestring
, aeson-pretty
hs-source-dirs: src
hs-source-dirs: app
default-language: Haskell2010