diff --git a/flake.lock b/flake.lock index 67bbc892..e32b3662 100644 --- a/flake.lock +++ b/flake.lock @@ -16,16 +16,30 @@ "type": "github" } }, + "flake-compat_2": { + "locked": { + "lastModified": 1696426674, + "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", + "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" + }, + "original": { + "type": "tarball", + "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz" + } + }, "flake-utils": { "inputs": { "systems": "systems" }, "locked": { - "lastModified": 1694529238, - "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", + "lastModified": 1701680307, + "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=", "owner": "numtide", "repo": "flake-utils", - "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "rev": "4022d587cbbfd70fe950c1e2083a02621806a725", "type": "github" }, "original": { @@ -36,11 +50,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1700854570, - "narHash": "sha256-GiwMS5sWSgF/CyZYbm+G5EcgG1VOEyvcsP5lE1L97Aw=", + "lastModified": 1701699333, + "narHash": "sha256-ePa4oynwTNXuc4bqbi5ZMrO72yGuTPukptuMmgXPM5k=", "owner": "nixos", "repo": "nixpkgs", - "rev": "cbd3f3722ac41a200c1655141e021cf12c3ba4e6", + "rev": "42499b9f6515dbca54cec1cae78165fd4e5eccfe", "type": "github" }, "original": { @@ -52,17 +66,18 @@ }, "purescript-overlay": { "inputs": { + "flake-compat": "flake-compat_2", "nixpkgs": [ "nixpkgs" ], "slimlock": "slimlock" }, "locked": { - "lastModified": 1700870110, - "narHash": "sha256-lchusFBptwaiPYX5h2w4JH3Qvh1TKKrzqfLlRv8ZW9c=", + "lastModified": 1701720691, + "narHash": "sha256-BaQ+UyYSqNezOnM6OtR/dcC3Iwa95k+2ojEcvs82MoQ=", "owner": "thomashoneyman", "repo": "purescript-overlay", - "rev": "b7d8946ece8790d31e667c8a6327c3126ccf745e", + "rev": "8260c6819df0814c0cc1e7fc262d60910399c89f", "type": "github" }, "original": { diff --git a/scripts/src/LegacyImporter.purs b/scripts/src/LegacyImporter.purs index f5a61959..c41bd03d 100644 --- a/scripts/src/LegacyImporter.purs +++ b/scripts/src/LegacyImporter.purs @@ -234,7 +234,7 @@ runLegacyImport mode logs = do -- This record comes from the build directory (.spago) and records information -- from the most recent build. - let compiler = unsafeFromRight (Version.parse BuildInfo.buildInfo.pursVersion) + let compiler = unsafeFromRight (Version.parse BuildInfo.pursVersion) -- Just a safety check to ensure the compiler used in the pipeline is not too -- low. Should be bumped from time to time to the latest compiler. diff --git a/spago.lock b/spago.lock index 09072d27..fbb6510b 100644 --- a/spago.lock +++ b/spago.lock @@ -196,6 +196,8 @@ workspace: registry: 46.0.0 extra_packages: dodo-printer: + repo: https://github.com/natefaubion/purescript-dodo-printer.git + version: v2.2.1 dependencies: - aff - ansi @@ -218,9 +220,9 @@ workspace: - safe-coerce - strings - tuples - repo: https://github.com/natefaubion/purescript-dodo-printer.git - version: v2.2.1 language-cst-parser: + repo: https://github.com/natefaubion/purescript-language-cst-parser.git + version: v0.13.0 dependencies: - arrays - console @@ -250,8 +252,6 @@ workspace: - typelevel-prelude - unfoldable - unsafe-coerce - repo: https://github.com/natefaubion/purescript-language-cst-parser.git - version: v0.13.0 packages: aff: type: registry