Skip to content

Commit

Permalink
Upgrade purs and spago (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
anttih authored Oct 6, 2024
1 parent 539d409 commit cb3032a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/named.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"purs-stable": "purs-0_15_15",
"purs-unstable": "purs-0_15_16-3",
"purs-unstable": "purs-0_15_16-4",
"spago-stable": "spago-0_21_0",
"spago-unstable": "spago-0_93_39",
"spago-unstable": "spago-0_93_40",
"purs-tidy-stable": "purs-tidy-0_11_0",
"purs-tidy-unstable": "purs-tidy-0_11_0",
"purs-backend-es-stable": "purs-backend-es-1_4_2",
Expand Down
14 changes: 14 additions & 0 deletions manifests/purs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1018,5 +1018,19 @@
"hash": "sha256-gRc6LbE63kgGVdcuPQRIvlPQWhAsK3szTRZ2/tRaJL0=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.16-3/macos-arm64.tar.gz"
}
},
"0.15.16-4": {
"x86_64-linux": {
"hash": "sha256-o/x9IH1n5IITZSyGagN/T2TUMykszaslRVyGAwQzEaY=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.16-4/linux64.tar.gz"
},
"aarch64-linux": {
"hash": "sha256-6xvDL4gw3AJWJEUwl7zq2+U0pKCIqGCZEBYHdr4THhU=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.16-4/linux-arm64.tar.gz"
},
"aarch64-darwin": {
"hash": "sha256-u4uyVbpJQIjYhY0zGVpWBy67wwqoHE63v1E+IjAZp2E=",
"url": "https://github.com/purescript/purescript/releases/download/v0.15.16-4/macos-arm64.tar.gz"
}
}
}
11 changes: 11 additions & 0 deletions manifests/spago.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,5 +448,16 @@
"hash": "sha256-4PXvzYcySjqTlhmFC7nexPo69l+t24VIMzfv9etZVxM=",
"url": "https://registry.npmjs.org/spago/-/spago-0.93.39.tgz"
}
},
"0.93.40": {
"depsHash": "sha256-YBUjPvhLeOVL9U4F6fJtrbA2tMhXMRkRmjhj59538eY=",
"lockfile": {
"hash": "sha256-3wNNUFyljpThhRH2UNmEauD07aA9JIrfl6ahNXBDOrk=",
"url": "https://raw.githubusercontent.com/purescript/spago/3b2899830fb7264d2dedc662866b4074156b01d4/package-lock.json"
},
"tarball": {
"hash": "sha256-3Lv6MiVoIOz0OsfuVmwJMAi++TC9n9S3yAkn0BDBDO0=",
"url": "https://registry.npmjs.org/spago/-/spago-0.93.40.tgz"
}
}
}

0 comments on commit cb3032a

Please sign in to comment.