fix: spago

This commit is contained in:
orion 2024-06-03 15:36:52 -05:00
parent 4f94c15ae2
commit f9894f8889
Signed by: orion
GPG Key ID: 6D4165AE4C928719
3 changed files with 218 additions and 5848 deletions

View File

@ -1,3 +1,2 @@
bun 1.0.11 bun 1.0.11
purescript 0.15.12 purescript 0.15.12
nodejs 20.9.0

6022
spago.lock

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
package: package:
build: build:
strict: true strict: true
pedantic_packages: true pedanticPackages: true
name: url-immutable name: url-immutable
test: test:
main: Test.Main main: Test.Main
@ -16,26 +16,23 @@ package:
- transformers - transformers
- tuples - tuples
dependencies: dependencies:
- arrays - arrays: ">=7.3.0 <8.0.0"
- bifunctors - bifunctors: ">=6.0.0 <7.0.0"
- either - either: ">=6.1.0 <7.0.0"
- filterable - filterable: ">=5.0.0 <6.0.0"
- foldable-traversable - foldable-traversable: ">=6.0.0 <7.0.0"
- foreign - foreign: ">=7.0.0 <8.0.0"
- integers - integers: ">=6.0.0 <7.0.0"
- maybe - maybe: ">=6.0.0 <7.0.0"
- newtype - newtype: ">=5.0.0 <6.0.0"
- nullable - nullable: ">=6.0.0 <7.0.0"
- ordered-collections - ordered-collections: ">=3.2.0 <4.0.0"
- partial - partial: ">=4.0.0 <5.0.0"
- prelude - prelude: ">=6.0.1 <7.0.0"
- simple-json - simple-json: ">=9.0.0 <10.0.0"
- strings - strings: ">=6.0.1 <7.0.0"
- stringutils - stringutils: ">=0.0.12 <0.0.13"
- transformers - transformers: ">=6.0.0 <7.0.0"
- tuples - tuples: ">=7.0.0 <8.0.0"
workspace: workspace:
extra_packages: {} extraPackages: {}
package_set:
url: https://raw.githubusercontent.com/purescript/package-sets/psc-0.15.10-20230930/packages.json
hash: sha256-nTsd44o7/hrTdk0c6dh0wyBqhFFDJJIeKdQU6L1zv/A=