Skip to content

Commit 9fe5a0b

Browse files
committed
WIP
1 parent 1862047 commit 9fe5a0b

File tree

8 files changed

+599
-1049
lines changed

8 files changed

+599
-1049
lines changed

bower.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,14 @@
2323
"purescript-parallel": "^3.0.0",
2424
"purescript-transformers": "^3.0.0",
2525
"purescript-unsafe-coerce": "^3.0.0",
26-
"purescript-datetime": "^3.0.0"
26+
"purescript-datetime": "^3.0.0",
27+
"purescript-free": "^4.0.1",
28+
"purescript-st": "^3.0.0",
29+
"purescript-type-equality": "^2.1.0"
2730
},
2831
"devDependencies": {
29-
"purescript-partial": "^1.2.0"
32+
"purescript-partial": "^1.2.0",
33+
"purescript-minibench": "^1.0.0",
34+
"purescript-assert": "^3.0.0"
3035
}
3136
}

0 commit comments

Comments
 (0)