Skip to content

Commit 201f327

Browse files
committed
Version 0.6.0.1
* Add missing test files to cabal file.
1 parent 3483107 commit 201f327

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

language-javascript.cabal

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: language-javascript
2-
Version: 0.6.0.0
2+
Version: 0.6.0.1
33
Synopsis: Parser for JavaScript
44
Description: Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin.
55
.
@@ -77,7 +77,9 @@ Test-Suite testsuite
7777
Other-modules: Tests.ExpressionParser
7878
Tests.Lexer
7979
Tests.LiteralParser
80+
Tests.Minify
8081
Tests.ProgramParser
82+
Tests.RoundTrip
8183
Tests.StatementParser
8284
ghc-options: -Wall -fwarn-tabs
8385

0 commit comments

Comments
 (0)