Try to get cabal weirdness not to be weird

This commit is contained in:
ajeffrey@roblox.com 2022-02-07 22:03:58 -06:00
parent 90e356c77c
commit 48831529d8
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -1,6 +1,5 @@
module FFI.Data.Scientific where
{-# FOREIGN GHC import qualified Data.Scientific #-}
postulate Scientific : Set