mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Try to get cabal weirdness not to be weird
This commit is contained in:
parent
90e356c77c
commit
48831529d8
2 changed files with 3 additions and 4 deletions
6
.github/workflows/prototyping.yml
vendored
6
.github/workflows/prototyping.yml
vendored
|
@ -33,13 +33,13 @@ jobs:
|
|||
- name: check examples
|
||||
working-directory: prototyping
|
||||
run: ~/.cabal/bin/agda Examples.agda
|
||||
- name: build PrettyPrinter
|
||||
working-directory: prototyping
|
||||
run: ~/.cabal/bin/agda --compile --ghc-flag=-v PrettyPrinter.agda
|
||||
- name: cmake configure
|
||||
run: cmake .
|
||||
- name: cmake build luau-ast
|
||||
run: cmake --build . --target Luau.Ast.CLI
|
||||
- name: build PrettyPrinter
|
||||
working-directory: prototyping
|
||||
run: ~/.cabal/bin/agda --compile PrettyPrinter.agda
|
||||
- name: run smoketest
|
||||
working-directory: prototyping
|
||||
run: ../lua-ast Examples/SmokeTest.lua | ./PrettyPrinter > Examples/SmokeTestOutput.lua
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
module FFI.Data.Scientific where
|
||||
|
||||
|
||||
{-# FOREIGN GHC import qualified Data.Scientific #-}
|
||||
|
||||
postulate Scientific : Set
|
||||
|
|
Loading…
Add table
Reference in a new issue