Collect types into the global symbol table
This commit is contained in:
@@ -35,6 +35,7 @@ library elna-internal
|
||||
Language.Elna.SymbolTable
|
||||
Language.Elna.Types
|
||||
build-depends:
|
||||
exceptions ^>= 0.10,
|
||||
hashable ^>= 1.4.3,
|
||||
parser-combinators ^>= 1.3,
|
||||
transformers ^>= 0.6.1,
|
||||
@@ -54,6 +55,7 @@ test-suite elna-test
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: Spec.hs
|
||||
other-modules:
|
||||
Language.Elna.NameAnalysisSpec
|
||||
Language.Elna.ParserSpec
|
||||
hs-source-dirs:
|
||||
tests
|
||||
|
||||
Reference in New Issue
Block a user