File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
],
19
19
"dependencies" : {
20
20
"purescript-control" : " ~0.2.0" ,
21
- "purescript-arrays" : " ~0.2 .0" ,
21
+ "purescript-arrays" : " ~0.3 .0" ,
22
22
"purescript-maybe" : " ~0.2.0" ,
23
- "purescript-strings" : " ~0.3.3 " ,
24
- "purescript-foldable-traversable" : " ~0.1.4 "
23
+ "purescript-strings" : " ~0.4.2 " ,
24
+ "purescript-foldable-traversable" : " ~0.2.1 "
25
25
},
26
26
"devDependencies" : {
27
27
"purescript-math" : " ~0.1.0" ,
28
- "purescript-quickcheck" : " ~0.2.2 "
28
+ "purescript-quickcheck" : " ~0.4.0 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " purescript-string-parsers" ,
3
3
"version" : " 0.1.0" ,
4
- "description" : " A parsing library for parsing strings" ,
4
+ "description" : " A parsing library for parsing strings" ,
5
5
"main" : " " ,
6
6
"private" : true ,
7
7
"author" : " Phil Freeman" ,
11
11
"grunt-contrib-copy" : " ~0.5.0" ,
12
12
"grunt-contrib-clean" : " ~0.5.0" ,
13
13
"grunt-execute" : " ~0.1.5" ,
14
- "grunt-purescript" : " ~0.5 .0"
14
+ "grunt-purescript" : " ~0.6 .0"
15
15
}
16
16
}
You can’t perform that action at this time.
0 commit comments