From 4cd57a13430c766a94c6642da9b557a431b81724 Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Wed, 3 Jan 2024 20:34:52 -0800 Subject: [PATCH] Upgrade for purs-0.15.14 (#681) --- app/test/App/CLI/PursVersions.purs | 1 + flake.lock | 30 ++++++++++++++++-------------- flake.nix | 2 +- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/app/test/App/CLI/PursVersions.purs b/app/test/App/CLI/PursVersions.purs index 2e3bbb6a..85f15e3c 100644 --- a/app/test/App/CLI/PursVersions.purs +++ b/app/test/App/CLI/PursVersions.purs @@ -44,6 +44,7 @@ knownCompilers = map (unsafeFromRight <<< Version.parse) , "0.15.11" , "0.15.12" , "0.15.13" + , "0.15.14" ] spec :: Spec.Spec Unit diff --git a/flake.lock b/flake.lock index e32b3662..3a0b6cee 100644 --- a/flake.lock +++ b/flake.lock @@ -17,17 +17,19 @@ } }, "flake-compat_2": { + "flake": false, "locked": { "lastModified": 1696426674, "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", + "owner": "edolstra", + "repo": "flake-compat", "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", - "revCount": 57, - "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.0.1/018afb31-abd1-7bff-a5e4-cff7e18efb7a/source.tar.gz" + "type": "github" }, "original": { - "type": "tarball", - "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz" + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" } }, "flake-utils": { @@ -50,11 +52,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1701699333, - "narHash": "sha256-ePa4oynwTNXuc4bqbi5ZMrO72yGuTPukptuMmgXPM5k=", + "lastModified": 1704290814, + "narHash": "sha256-LWvKHp7kGxk/GEtlrGYV68qIvPHkU9iToomNFGagixU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "42499b9f6515dbca54cec1cae78165fd4e5eccfe", + "rev": "70bdadeb94ffc8806c0570eb5c2695ad29f0e421", "type": "github" }, "original": { @@ -73,11 +75,11 @@ "slimlock": "slimlock" }, "locked": { - "lastModified": 1701720691, - "narHash": "sha256-BaQ+UyYSqNezOnM6OtR/dcC3Iwa95k+2ojEcvs82MoQ=", + "lastModified": 1704323758, + "narHash": "sha256-N2Mc/TWDXdaO7ovriQUI/EgNUJC2yo4GtINntFqlxt0=", "owner": "thomashoneyman", "repo": "purescript-overlay", - "rev": "8260c6819df0814c0cc1e7fc262d60910399c89f", + "rev": "4cd371d97a8a90ced0cef59ec20b76f4f7c17c1c", "type": "github" }, "original": { @@ -123,11 +125,11 @@ ] }, "locked": { - "lastModified": 1688756706, - "narHash": "sha256-xzkkMv3neJJJ89zo3o2ojp7nFeaZc2G0fYwNXNJRFlo=", + "lastModified": 1702828829, + "narHash": "sha256-tL/ThLAk5JgYdKXy3MIZYnDavemjpemF17dVgbfbYM8=", "owner": "thomashoneyman", "repo": "slimlock", - "rev": "cf72723f59e2340d24881fd7bf61cb113b4c407c", + "rev": "a7ce81f35d236a5e58bce30e34825013e19ffade", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 837dad8a..e690a6d8 100644 --- a/flake.nix +++ b/flake.nix @@ -694,7 +694,7 @@ # Development tooling purs - spago-unstable + spago-bin.spago-0_93_19 purs-tidy-unstable purs-backend-es-unstable ];