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
7dae33b7ae
commit
90e356c77c
2 changed files with 2 additions and 1 deletions
2
.github/workflows/prototyping.yml
vendored
2
.github/workflows/prototyping.yml
vendored
|
@ -26,9 +26,9 @@ jobs:
|
|||
- name: cabal install
|
||||
working-directory: prototyping
|
||||
run: |
|
||||
cabal install --lib aeson
|
||||
cabal install --lib scientific
|
||||
cabal install --lib vector
|
||||
cabal install --lib aeson
|
||||
cabal install Agda
|
||||
- name: check examples
|
||||
working-directory: prototyping
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
module FFI.Data.Scientific where
|
||||
|
||||
|
||||
{-# FOREIGN GHC import qualified Data.Scientific #-}
|
||||
|
||||
postulate Scientific : Set
|
||||
|
|
Loading…
Add table
Reference in a new issue