Skip to content

Commit

Permalink
Update to the 40.6.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Sep 9, 2023
1 parent 8ec65b8 commit 1527d48
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 5 deletions.
2 changes: 1 addition & 1 deletion latest-compatible-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"0.15.7": "psc-0.15.7-20230408",
"0.15.8": "psc-0.15.8-20230617",
"0.15.9": "psc-0.15.9-20230718",
"0.15.10": "psc-0.15.10-20230907"
"0.15.10": "psc-0.15.10-20230909"
}
33 changes: 31 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
"tuples"
],
"repo": "https://github.com/flip111/purescript-arrays-extra.git",
"version": "v0.2.0"
"version": "v0.3.0"
},
"arrays-zipper": {
"dependencies": [
Expand Down Expand Up @@ -2750,6 +2750,35 @@
"repo": "https://github.com/purescript-contrib/purescript-js-uri.git",
"version": "v3.1.0"
},
"json-codecs": {
"dependencies": [
"argonaut-core",
"arrays",
"bifunctors",
"either",
"foldable-traversable",
"foreign-object",
"functions",
"identity",
"integers",
"lists",
"maybe",
"newtype",
"nonempty",
"nullable",
"ordered-collections",
"partial",
"prelude",
"record",
"safe-coerce",
"strings",
"these",
"tuples",
"unsafe-coerce"
],
"repo": "https://github.com/jordanmartinez/purescript-json-codecs.git",
"version": "v4.0.0"
},
"justifill": {
"dependencies": [
"maybe",
Expand Down Expand Up @@ -3403,7 +3432,7 @@
"unsafe-reference"
],
"repo": "https://github.com/jordanmartinez/purescript-node-execa.git",
"version": "v4.0.0"
"version": "v4.0.1"
},
"node-fs": {
"dependencies": [
Expand Down
33 changes: 31 additions & 2 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
, "tuples"
]
, repo = "https://github.com/flip111/purescript-arrays-extra.git"
, version = "v0.2.0"
, version = "v0.3.0"
}
, arrays-zipper =
{ dependencies = [ "arrays", "control", "quickcheck" ]
Expand Down Expand Up @@ -2449,6 +2449,35 @@
, repo = "https://github.com/purescript-contrib/purescript-js-uri.git"
, version = "v3.1.0"
}
, json-codecs =
{ dependencies =
[ "argonaut-core"
, "arrays"
, "bifunctors"
, "either"
, "foldable-traversable"
, "foreign-object"
, "functions"
, "identity"
, "integers"
, "lists"
, "maybe"
, "newtype"
, "nonempty"
, "nullable"
, "ordered-collections"
, "partial"
, "prelude"
, "record"
, "safe-coerce"
, "strings"
, "these"
, "tuples"
, "unsafe-coerce"
]
, repo = "https://github.com/jordanmartinez/purescript-json-codecs.git"
, version = "v4.0.0"
}
, justifill =
{ dependencies = [ "maybe", "prelude", "record", "typelevel-prelude" ]
, repo = "https://github.com/i-am-the-slime/purescript-justifill.git"
Expand Down Expand Up @@ -2989,7 +3018,7 @@
, "unsafe-reference"
]
, repo = "https://github.com/jordanmartinez/purescript-node-execa.git"
, version = "v4.0.0"
, version = "v4.0.1"
}
, node-fs =
{ dependencies =
Expand Down

0 comments on commit 1527d48

Please sign in to comment.