Skip to content

Commit a5a2c60

Browse files
committed
Lua 5.1
1 parent d8c1892 commit a5a2c60

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
};
4343
buildInputs = with pkgs; [
4444
cachix
45-
lua53Packages.lua
46-
lua53Packages.luacheck
45+
lua51Packages.lua
46+
lua51Packages.luacheck
4747
easy-ps.purs-0_15_15
4848
easy-ps.spago
4949
treefmt

test/Language/PureScript/Backend/Lua/GoldenSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ spec = do
131131
fromString . List.unwords $
132132
[ "luacheck"
133133
, "--quiet"
134-
, "--std lua53"
134+
, "--std min"
135135
, "--no-color"
136136
, "--no-unused" -- TODO: harden eventually
137137
, "--no-max-line-length"

0 commit comments

Comments
 (0)