Skip to content

Commit

Permalink
Update to the 50.0.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Feb 11, 2024
1 parent 5a6862a commit 2baad64
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@ -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-20240209"
"0.15.14": "psc-0.15.14-20240211"
}
6 changes: 4 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -760,13 +760,15 @@
"choku": {
"dependencies": [
"aff",
"control",
"effect",
"functions",
"maybe",
"prelude"
"prelude",
"strings"
],
"repo": "https://github.com/m15a/purescript-choku.git",
"version": "v0.2.2"
"version": "v1.0.1"
},
"classless": {
"dependencies": [
Expand Down
5 changes: 3 additions & 2 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -669,9 +669,10 @@
, version = "v3.1.1"
}
, choku =
{ dependencies = [ "aff", "effect", "functions", "maybe", "prelude" ]
{ dependencies =
[ "aff", "control", "effect", "functions", "maybe", "prelude", "strings" ]
, repo = "https://github.com/m15a/purescript-choku.git"
, version = "v0.2.2"
, version = "v1.0.1"
}
, classless =
{ dependencies = [ "heterogeneous", "prelude", "record" ]
Expand Down

0 comments on commit 2baad64

Please sign in to comment.