mirror of
https://github.com/macocianradu/RosettaHaskellCompiler.git
synced 2026-03-18 13:00:08 +00:00
fixed cardinality of is statements
This commit is contained in:
@@ -27,12 +27,14 @@ library
|
||||
exposed-modules:
|
||||
Model.Enum
|
||||
Model.Function
|
||||
Model.Header
|
||||
Model.RosettaObject
|
||||
Model.Type
|
||||
Parser.Enum
|
||||
Parser.Expression
|
||||
Parser.Function
|
||||
Parser.General
|
||||
Parser.Header
|
||||
Parser.Type
|
||||
PrettyPrinter.Enum
|
||||
PrettyPrinter.Function
|
||||
@@ -76,6 +78,7 @@ test-suite RosettaParser-test
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: Spec.hs
|
||||
other-modules:
|
||||
Model.TypeSpec
|
||||
Parser.EnumSpec
|
||||
Parser.ExpressionSpec
|
||||
Parser.TypeSpec
|
||||
|
||||
Reference in New Issue
Block a user