Skip to content

Commit

Permalink
Update to the 44.2.1 package set.
Browse files Browse the repository at this point in the history
  • Loading branch information
pacchettibotti committed Nov 9, 2023
1 parent 8f420ca commit eca181b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion latest-compatible-sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"0.15.8": "psc-0.15.8-20230617",
"0.15.9": "psc-0.15.9-20230718",
"0.15.10": "psc-0.15.10-20231023",
"0.15.12": "psc-0.15.12-20231105"
"0.15.12": "psc-0.15.12-20231109"
}
7 changes: 4 additions & 3 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,12 +542,13 @@
"prelude",
"psci-support",
"strings",
"transformers",
"tuples",
"unfoldable",
"unicode"
"unicode",
"unsafe-coerce"
],
"repo": "https://github.com/albertprz/purescript-bookhound.git",
"version": "v0.1.3"
"version": "v0.1.5"
},
"bower-json": {
"dependencies": [
Expand Down
5 changes: 3 additions & 2 deletions src/packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -473,12 +473,13 @@
, "prelude"
, "psci-support"
, "strings"
, "transformers"
, "tuples"
, "unfoldable"
, "unicode"
, "unsafe-coerce"
]
, repo = "https://github.com/albertprz/purescript-bookhound.git"
, version = "v0.1.3"
, version = "v0.1.5"
}
, bower-json =
{ dependencies =
Expand Down

0 comments on commit eca181b

Please sign in to comment.