From 2f441dcf036817a8b7cbe44bf1dc7b288418e8b0 Mon Sep 17 00:00:00 2001 From: pacchettibotti Date: Wed, 24 Jul 2024 18:11:21 +0000 Subject: [PATCH] Update to the 55.3.0 package set. --- latest-compatible-sets.json | 2 +- packages.json | 16 +++++++++++++++- src/packages.dhall | 16 +++++++++++++++- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/latest-compatible-sets.json b/latest-compatible-sets.json index 33f65621..a922ec24 100644 --- a/latest-compatible-sets.json +++ b/latest-compatible-sets.json @@ -31,5 +31,5 @@ "0.15.12": "psc-0.15.12-20231123", "0.15.13": "psc-0.15.13-20231228", "0.15.14": "psc-0.15.14-20240227", - "0.15.15": "psc-0.15.15-20240721" + "0.15.15": "psc-0.15.15-20240724" } diff --git a/packages.json b/packages.json index 7b789b9d..3e6d780d 100644 --- a/packages.json +++ b/packages.json @@ -420,7 +420,7 @@ "dependencies": [ "unsafe-coerce" ], - "repo": "https://github.com/Mateiadrielrafael/purescript-ask.git", + "repo": "https://github.com/prescientmoon/purescript-ask.git", "version": "v1.0.0" }, "assert": { @@ -4973,6 +4973,20 @@ "repo": "https://github.com/paulyoung/purescript-prettier-printer.git", "version": "v3.0.0" }, + "priority-queue": { + "dependencies": [ + "arrays", + "effect", + "foldable-traversable", + "integers", + "lists", + "maybe", + "prelude", + "st" + ], + "repo": "https://github.com/f-f/purescript-priority-queue.git", + "version": "v0.1.0" + }, "profunctor": { "dependencies": [ "control", diff --git a/src/packages.dhall b/src/packages.dhall index 93ad41c3..5a62efc2 100644 --- a/src/packages.dhall +++ b/src/packages.dhall @@ -360,7 +360,7 @@ } , ask = { dependencies = [ "unsafe-coerce" ] - , repo = "https://github.com/Mateiadrielrafael/purescript-ask.git" + , repo = "https://github.com/prescientmoon/purescript-ask.git" , version = "v1.0.0" } , `assert` = @@ -4421,6 +4421,20 @@ , repo = "https://github.com/paulyoung/purescript-prettier-printer.git" , version = "v3.0.0" } +, priority-queue = + { dependencies = + [ "arrays" + , "effect" + , "foldable-traversable" + , "integers" + , "lists" + , "maybe" + , "prelude" + , "st" + ] + , repo = "https://github.com/f-f/purescript-priority-queue.git" + , version = "v0.1.0" + } , profunctor = { dependencies = [ "control"