Skip to content

Commit

Permalink
Update to spago@0.93.19 (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashoneyman committed Dec 4, 2023
1 parent d7d35c9 commit f34b312
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 14 deletions.
33 changes: 24 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/src/LegacyImporter.purs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions spago.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f34b312

Please sign in to comment.