1
1
mirror of https://github.com/github/semantic.git synced 2024-11-26 17:15:37 +03:00

Move AST.Element from semantic-tags into semantic-ast.

This commit is contained in:
Rob Rix 2020-02-04 13:36:40 -05:00
parent 7a2cc7fb7a
commit d40f3832e8
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE
3 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,7 @@ common haskell
library
import: haskell
exposed-modules:
AST.Element
AST.Traversable1
Marshal.JSON

View File

@ -20,7 +20,6 @@ tested-with: GHC == 8.6.5
library
exposed-modules:
AST.Element
Tags.Tag
Tags.Tagging.Precise
build-depends: