Skip to content

Commit

Permalink
Update to the 48.6.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Jan 25, 2024
1 parent 533e502 commit 24dd4cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion latest-compatible-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"0.15.10": "psc-0.15.10-20231023",
"0.15.12": "psc-0.15.12-20231123",
"0.15.13": "psc-0.15.13-20231228",
"0.15.14": "psc-0.15.14-20240123"
"0.15.14": "psc-0.15.14-20240125"
}
11 changes: 5 additions & 6 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,15 +377,14 @@
"either",
"filterable",
"foldable-traversable",
"lists",
"foldable-traversable-extra",
"maybe",
"ordered-collections",
"partial",
"prelude",
"tuples"
],
"repo": "https://github.com/flip111/purescript-arrays-extra.git",
"version": "v0.5.1"
"version": "v0.6.0"
},
"arrays-zipper": {
"dependencies": [
Expand Down Expand Up @@ -1711,7 +1710,7 @@
"prelude",
"strings"
],
"repo": "https://github.com/lumihq/purescript-fixed-precision.git",
"repo": "https://github.com/rowtype-yoga/purescript-fixed-precision.git",
"version": "v5.0.0"
},
"flame": {
Expand Down Expand Up @@ -1802,7 +1801,7 @@
"tuples"
],
"repo": "https://github.com/flip111/purescript-foldable-traversable-extra.git",
"version": "v0.0.5"
"version": "v0.0.6"
},
"foreign": {
"dependencies": [
Expand Down Expand Up @@ -3231,7 +3230,7 @@
"web-storage",
"web-uievents"
],
"repo": "https://github.com/lumihq/purescript-lumi-components.git",
"repo": "https://github.com/purescript-react/purescript-lumi-components.git",
"version": "v18.0.0"
},
"machines": {
Expand Down
11 changes: 5 additions & 6 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -334,15 +334,14 @@
, "either"
, "filterable"
, "foldable-traversable"
, "lists"
, "foldable-traversable-extra"
, "maybe"
, "ordered-collections"
, "partial"
, "prelude"
, "tuples"
]
, repo = "https://github.com/flip111/purescript-arrays-extra.git"
, version = "v0.5.1"
, version = "v0.6.0"
}
, arrays-zipper =
{ dependencies = [ "arrays", "control", "quickcheck" ]
Expand Down Expand Up @@ -1491,7 +1490,7 @@
, "prelude"
, "strings"
]
, repo = "https://github.com/lumihq/purescript-fixed-precision.git"
, repo = "https://github.com/rowtype-yoga/purescript-fixed-precision.git"
, version = "v5.0.0"
}
, flame =
Expand Down Expand Up @@ -1579,7 +1578,7 @@
]
, repo =
"https://github.com/flip111/purescript-foldable-traversable-extra.git"
, version = "v0.0.5"
, version = "v0.0.6"
}
, foreign =
{ dependencies =
Expand Down Expand Up @@ -2871,7 +2870,7 @@
, "web-storage"
, "web-uievents"
]
, repo = "https://github.com/lumihq/purescript-lumi-components.git"
, repo = "https://github.com/purescript-react/purescript-lumi-components.git"
, version = "v18.0.0"
}
, machines =
Expand Down

0 comments on commit 24dd4cb

Please sign in to comment.