Skip to content

Commit 2292daa

Browse files
Merge pull request #15 from poorscript/master
Make it compile with PS 0.13.5
2 parents 05679ad + 7e739c0 commit 2292daa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"purescript-exceptions": "^4.0.0"
2323
},
2424
"devDependencies": {
25-
"purescript-quickcheck": "^5.0.0",
26-
"purescript-quickcheck-laws": "^4.0.0"
25+
"purescript-quickcheck": "^6.1.0",
26+
"purescript-quickcheck-laws": "^5.0.1"
2727
}
2828
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"devDependencies": {
99
"pulp": "^12.3.0",
10+
"purescript": "^0.13.5",
1011
"purescript-psa": "^0.6.0",
11-
"purescript": "^0.12.0",
1212
"rimraf": "^2.6.1"
1313
}
1414
}

0 commit comments

Comments
 (0)