update purs package set

This commit is contained in:
Jon Schoning 2022-01-26 11:20:17 -06:00 committed by Yann Esposito (Yogsototh)
parent 89a5cd5775
commit 2e22814241
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
8 changed files with 22 additions and 18 deletions

24
purs/package-lock.json generated
View file

@ -12,7 +12,7 @@
"marked": "^3.0.2",
"moment": "^2.29.1",
"parcel-bundler": "^1.12.5",
"purescript": "^0.14.4",
"purescript": "^0.14.5",
"spago": "^0.20.3",
"terser": "^5.7.2"
}
@ -2743,6 +2743,7 @@
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
"braces": "^2.3.2",
"fsevents": "^1.2.7",
"glob-parent": "^3.1.0",
"inherits": "^2.0.3",
"is-binary-path": "^1.0.0",
@ -4005,7 +4006,8 @@
"esprima": "^3.1.3",
"estraverse": "^4.2.0",
"esutils": "^2.0.2",
"optionator": "^0.8.1"
"optionator": "^0.8.1",
"source-map": "~0.6.1"
},
"bin": {
"escodegen": "bin/escodegen.js",
@ -5723,7 +5725,8 @@
"esprima": "^4.0.1",
"estraverse": "^4.2.0",
"esutils": "^2.0.2",
"optionator": "^0.8.1"
"optionator": "^0.8.1",
"source-map": "~0.6.1"
},
"bin": {
"escodegen": "bin/escodegen.js",
@ -7583,9 +7586,9 @@
}
},
"node_modules/purescript": {
"version": "0.14.4",
"resolved": "https://registry.npmjs.org/purescript/-/purescript-0.14.4.tgz",
"integrity": "sha512-9Lq2qvyVkQoKUBSNOEBKIJjtD5sDwThurSt3SRdtSseaA03p1Fk7VxbUr9HV/gHLVZPIkOhPtjvZGUNs5U2PDA==",
"version": "0.14.5",
"resolved": "https://registry.npmjs.org/purescript/-/purescript-0.14.5.tgz",
"integrity": "sha512-bJriK+8MssEsk++itpHL1FgqbgqxoWPgyLIkoC54k7g2Wfsj8M1svQcXcRSu1UZRixu+pg7COQF7uDref/nO2Q==",
"dev": true,
"hasInstallScript": true,
"dependencies": {
@ -8607,7 +8610,8 @@
"esprima": "^4.0.1",
"estraverse": "^4.2.0",
"esutils": "^2.0.2",
"optionator": "^0.8.1"
"optionator": "^0.8.1",
"source-map": "~0.6.1"
},
"bin": {
"escodegen": "bin/escodegen.js",
@ -15641,9 +15645,9 @@
"dev": true
},
"purescript": {
"version": "0.14.4",
"resolved": "https://registry.npmjs.org/purescript/-/purescript-0.14.4.tgz",
"integrity": "sha512-9Lq2qvyVkQoKUBSNOEBKIJjtD5sDwThurSt3SRdtSseaA03p1Fk7VxbUr9HV/gHLVZPIkOhPtjvZGUNs5U2PDA==",
"version": "0.14.5",
"resolved": "https://registry.npmjs.org/purescript/-/purescript-0.14.5.tgz",
"integrity": "sha512-bJriK+8MssEsk++itpHL1FgqbgqxoWPgyLIkoC54k7g2Wfsj8M1svQcXcRSu1UZRixu+pg7COQF7uDref/nO2Q==",
"dev": true,
"requires": {
"purescript-installer": "^0.2.0"

View file

@ -12,7 +12,7 @@
"marked": "^3.0.2",
"moment": "^2.29.1",
"parcel-bundler": "^1.12.5",
"purescript": "^0.14.4",
"purescript": "^0.14.5",
"spago": "^0.20.3",
"terser": "^5.7.2"
},

View file

@ -21,6 +21,6 @@ in upstream
}
-}
let upstream =
https://raw.githubusercontent.com/purescript/package-sets/psc-0.14.3-20210825/src/packages.dhall sha256:eee0765aa98e0da8fc414768870ad588e7cada060f9f7c23c37385c169f74d9f
https://raw.githubusercontent.com/purescript/package-sets/psc-0.14.5-20220110/src/packages.dhall sha256:8dbf71bfc6c7a11043619eebe90ff85f7d884541048aa8cc48eef1ee781cbc0e
in upstream

View file

@ -1,4 +1,4 @@
resolver: lts-18.7
resolver: lts-18.8
# allow-newer: true
packages:
- '.'

View file

@ -20,7 +20,7 @@ packages:
hackage: yesod-newsfeed-1.7.0.0
snapshots:
- completed:
size: 587113
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/7.yaml
sha256: c8617e042150e4bf412d011c234aba6189f789d0cd2bd4f1a1a9ca9a0ef5d042
original: lts-18.7
size: 587126
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/8.yaml
sha256: 93a107557e8691ed5ca17beaee41e68222b142c48868fc8c04a4181fb233477d
original: lts-18.8

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.