42bf4475e0
* Update shell and packages * Fix code for 0.15 * Fix tests * Format * Add check-pulp command * Generate bowerfile * Add check-pulp to CI * Add nixfmt to formatting * Fixup test helpers * Take 2 * PR comments (#1) * Nix cleanup from PR * Use arrows functions * Remove unnecessary step Co-authored-by: Connor Prussin <connor@prussin.net>
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "purescript-httpure",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cprussin/purescript-httpure.git"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"output"
|
|
],
|
|
"dependencies": {
|
|
"purescript-aff": "^v7.0.0",
|
|
"purescript-arrays": "^v7.0.0",
|
|
"purescript-bifunctors": "^v6.0.0",
|
|
"purescript-console": "^v6.0.0",
|
|
"purescript-effect": "^v4.0.0",
|
|
"purescript-either": "^v6.0.0",
|
|
"purescript-foldable-traversable": "^v6.0.0",
|
|
"purescript-foreign-object": "^v4.0.0",
|
|
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#v3.0.0",
|
|
"purescript-maybe": "^v6.0.0",
|
|
"purescript-newtype": "^v5.0.0",
|
|
"purescript-node-buffer": "^v8.0.0",
|
|
"purescript-node-fs": "^v8.0.0",
|
|
"purescript-node-http": "^v8.0.0",
|
|
"purescript-node-streams": "^v7.0.0",
|
|
"purescript-options": "^v7.0.0",
|
|
"purescript-ordered-collections": "^v3.0.0",
|
|
"purescript-prelude": "^v6.0.0",
|
|
"purescript-refs": "^v6.0.0",
|
|
"purescript-strings": "^v6.0.0",
|
|
"purescript-tuples": "^v7.0.0",
|
|
"purescript-type-equality": "^v4.0.1"
|
|
}
|
|
}
|