Skip to content

Commit accafa0

Browse files
committed
Updates for 0.7
1 parent be0bf1a commit accafa0

20 files changed

+661
-1340
lines changed

Gruntfile.js

-49
This file was deleted.

Makefile

-20
This file was deleted.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ purescript-parsing
33

44
[![Build Status](https://travis-ci.org/purescript-contrib/purescript-parsing.svg?branch=master)](https://travis-ci.org/purescript-contrib/purescript-parsing)
55

6-
A work-in-progress parser combinator library written in PureScript.
6+
A parser combinator library based on Parsec
77

8-
- [Module documentation](docs/Module.md)
9-
- [Example usage](examples/Test.purs)
8+
- [Module documentation](docs/)
9+
- [Example usage](test/Main.purs)

bower.json

+16-7
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,22 @@
1717
"Gruntfile.js",
1818
"package.json"
1919
],
20+
"repository": {
21+
"type": "git",
22+
"url": "git@github.com:purescript-contrib/purescript-parsing.git"
23+
},
2024
"dependencies": {
21-
"purescript-transformers": "~0.5.0",
22-
"purescript-either": "~0.1.4",
23-
"purescript-identity": "~0.3.0",
24-
"purescript-maybe": "~0.2.1",
25-
"purescript-arrays": "~0.3.0",
26-
"purescript-strings": "~0.4.2",
27-
"purescript-foldable-traversable": "~0.3.0"
25+
"purescript-transformers": "^0.6.0",
26+
"purescript-either": "^0.2.0",
27+
"purescript-identity": "^0.4.0",
28+
"purescript-maybe": "^0.3.0",
29+
"purescript-arrays": "^0.4.0",
30+
"purescript-strings": "^0.5.0",
31+
"purescript-foldable-traversable": "^0.4.0",
32+
"purescript-lists": "^0.7.0"
33+
},
34+
"devDependencies": {
35+
"purescript-console": "^0.1.0",
36+
"purescript-assert": "^0.1.0"
2837
}
2938
}

0 commit comments

Comments
 (0)