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

remove all codegen dependencies from semantic-ast

This commit is contained in:
Ayman Nadeem 2020-01-30 17:36:06 -05:00
parent f46e6f0bc5
commit eab2503e1f

View File

@ -54,10 +54,6 @@ library
, optparse-applicative >= 0.14.3 && < 0.16
, pretty-simple ^>= 3.1.0.0
, text ^>= 1.2.3.1
, unordered-containers ^>= 0.2.10
, containers >= 0.6.0.1
, text ^>= 1.2.3.1
, filepath ^>= 1.4.1
hs-source-dirs: src
default-language: Haskell2010
@ -81,8 +77,5 @@ executable semantic-ast
, aeson-pretty
, semantic-python
, text
, unordered-containers
, containers
, filepath
hs-source-dirs: app
default-language: Haskell2010