We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3346419 commit 44e719aCopy full SHA for 44e719a
bower.json
@@ -1,7 +1,9 @@
1
{
2
"name": "purescript-string-parsers",
3
- "description": "A parsing library for parsing strings",
4
- "keywords": ["purescript"],
+ "description": "A parsing library for parsing strings",
+ "keywords": [
5
+ "purescript"
6
+ ],
7
"ignore": [
8
"**/.*",
9
"bower_components",
@@ -18,11 +20,11 @@
18
20
"purescript-control": "~0.2.0",
19
21
"purescript-arrays": "~0.2.0",
22
"purescript-maybe": "~0.2.0",
- "purescript-strings": "*",
- "purescript-foldable-traversable" : "*"
23
+ "purescript-strings": "~0.3.3",
24
+ "purescript-foldable-traversable": "~0.1.4"
25
},
26
"devDependencies": {
- "purescript-math": "*",
- "purescript-quickcheck": "*"
27
+ "purescript-math": "~0.1.0",
28
+ "purescript-quickcheck": "~0.2.2"
29
}
30
0 commit comments