Skip to content

Commit

Permalink
Update to the 49.2.0 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Feb 9, 2024
1 parent fc6cc65 commit 5a6862a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
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-20240204"
"0.15.14": "psc-0.15.14-20240209"
}
14 changes: 14 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5359,6 +5359,20 @@
"repo": "https://github.com/mikesol/purescript-rito.git",
"version": "v0.3.4"
},
"rough-notation": {
"dependencies": [
"aff",
"datetime",
"effect",
"maybe",
"nullable",
"prelude",
"unsafe-coerce",
"web-dom"
],
"repo": "https://github.com/MitchStevens/purescript-rough-notation.git",
"version": "v1.0.0"
},
"routing": {
"dependencies": [
"aff",
Expand Down
14 changes: 14 additions & 0 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -4775,6 +4775,20 @@
, repo = "https://github.com/mikesol/purescript-rito.git"
, version = "v0.3.4"
}
, rough-notation =
{ dependencies =
[ "aff"
, "datetime"
, "effect"
, "maybe"
, "nullable"
, "prelude"
, "unsafe-coerce"
, "web-dom"
]
, repo = "https://github.com/MitchStevens/purescript-rough-notation.git"
, version = "v1.0.0"
}
, routing =
{ dependencies =
[ "aff"
Expand Down

0 comments on commit 5a6862a

Please sign in to comment.