Try to get cabal weirdness not to be weird

This commit is contained in:
ajeffrey@roblox.com 2022-02-07 21:40:13 -06:00
parent 7dae33b7ae
commit 90e356c77c
2 changed files with 2 additions and 1 deletions

View file

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

View file

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