committed
f26ea4f
Commit
Comments (0)
Files changed (1)
-
+3 -3M spark-parser.cabal
spark-parser.cabal Modified
- Ignore whitespace
- exposed-modules: SPARK.Language.AST, SPARK.Language.ASTUtils, SPARK.Language.Lexer, SPARK.Language.Parser, SPARK.Language.ParserBinops, SPARK.Language.Printer
+ exposed-modules: Spark.Language.AST, Spark.Language.ASTUtils, Spark.Language.Lexer, Spark.Language.Parser, Spark.Language.ParserBinops, Spark.Language.Printer
build-depends: base ==4.5.*, uniplate ==1.6.*, containers ==0.4.*, mtl ==2.1.*, parsec ==3.1.*, filepath ==1.3.*, pretty ==1.1.*