diff --git a/latest-compatible-sets.json b/latest-compatible-sets.json index 408a1af5..5a56bead 100644 --- a/latest-compatible-sets.json +++ b/latest-compatible-sets.json @@ -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" } diff --git a/packages.json b/packages.json index 232237e9..5106272a 100644 --- a/packages.json +++ b/packages.json @@ -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": [ diff --git a/src/packages.dhall b/src/packages.dhall index ed79e7d3..4906598d 100644 --- a/src/packages.dhall +++ b/src/packages.dhall @@ -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 =