Skip to content

Commit

Permalink
Merge pull request #7 from natefaubion/api-updates-2
Browse files Browse the repository at this point in the history
API updates 2
  • Loading branch information
natefaubion authored Oct 10, 2017
2 parents e1acef3 + 2837264 commit 160340f
Show file tree
Hide file tree
Showing 14 changed files with 1,157 additions and 121 deletions.
429 changes: 429 additions & 0 deletions README.md

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test"
],
"dependencies": {
"purescript-aff": "^3.0.0",
"purescript-aff": "^4.0.0",
"purescript-console": "^3.0.0",
"purescript-eff": "^3.1.0",
"purescript-either": "^3.0.0",
Expand All @@ -36,10 +36,13 @@
"purescript-tuples": "^4.0.0",
"purescript-type-equality": "^2.0.0",
"purescript-unsafe-coerce": "^3.0.0",
"purescript-variant": "^1.1.0",
"purescript-variant": "^4.0.0",
"purescript-profunctor": "^3.0.0"
},
"devDependencies": {
"purescript-monad-loops": "^0.4.0"
"purescript-monad-loops": "^0.4.0",
"purescript-control": "^3.3.1",
"purescript-minibench": "^1.0.0",
"purescript-identity": "^3.1.0"
}
}
Loading

0 comments on commit 160340f

Please sign in to comment.