Update to psc 0.14.3, dep ver and spago.dhall, fix typos
This commit is contained in:
parent
b7ffb74ab3
commit
4f50076221
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,6 +2,6 @@
|
||||
/node_modules/
|
||||
/output/
|
||||
/generated-docs/
|
||||
.psc-ide-pord
|
||||
.psc-ide-port
|
||||
.purs-repl
|
||||
/.spago
|
||||
|
50
bower.json
50
bower.json
@ -1,31 +1,25 @@
|
||||
{
|
||||
"name": "purescript-cheerio",
|
||||
"description": "PureScript bindings for Cheerio",
|
||||
"main": "index.js",
|
||||
"authors": [
|
||||
"icyrock.com@icyrock.com"
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/icyrockcom/purescript-cheerio",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/icyrockcom/purescript-cheerio.git"
|
||||
},
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
],
|
||||
"dependencies":
|
||||
{ "purescript-console": "^4.4.0"
|
||||
, "purescript-effect": "^2.0.1"
|
||||
, "purescript-functions": "^4.0.0"
|
||||
, "purescript-prelude": "^4.1.1"
|
||||
, "purescript-test-unit": "^15.0.0"
|
||||
"name": "purescript-cheerio",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/icyrockcom/purescript-cheerio"
|
||||
},
|
||||
"devDependencies": {
|
||||
"purescript-psci-support": "^4.0.0"
|
||||
}
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"output"
|
||||
],
|
||||
"dependencies": {
|
||||
"purescript-arrays": "^v6.0.1",
|
||||
"purescript-effect": "^v3.0.0",
|
||||
"purescript-functions": "^v5.0.0",
|
||||
"purescript-maybe": "^v5.0.0",
|
||||
"purescript-prelude": "^v5.0.1",
|
||||
"purescript-psci-support": "^v5.0.0",
|
||||
"purescript-test-unit": "^v16.0.0"
|
||||
}
|
||||
}
|
||||
|
6
package-lock.json
generated
6
package-lock.json
generated
@ -150,9 +150,9 @@
|
||||
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.19",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
|
||||
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
|
||||
"version": "4.17.21",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
||||
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
||||
},
|
||||
"nth-check": {
|
||||
"version": "1.0.2",
|
||||
|
@ -1,5 +1,5 @@
|
||||
let upstream =
|
||||
https://github.com/purescript/package-sets/releases/download/psc-0.13.6-20200404/packages.dhall sha256:f239f2e215d0cbd5c203307701748581938f74c4c78f4aeffa32c11c131ef7b6
|
||||
https://github.com/purescript/package-sets/releases/download/psc-0.14.3-20210811/packages.dhall sha256:a2de7ef2f2e753733eddfa90573a82da0c7c61d46fa87d015b7f15ef8a6e97d5
|
||||
|
||||
let overrides = {=}
|
||||
|
||||
|
@ -1,8 +1,11 @@
|
||||
{ name = "purescript-cheerio"
|
||||
{ name = "cheerio"
|
||||
, license = "MIT"
|
||||
, repository = "https://github.com/icyrockcom/purescript-cheerio"
|
||||
, dependencies =
|
||||
[ "console"
|
||||
[ "arrays"
|
||||
, "effect"
|
||||
, "functions"
|
||||
, "maybe"
|
||||
, "prelude"
|
||||
, "psci-support"
|
||||
, "test-unit"
|
||||
|
Loading…
Reference in New Issue
Block a user