Skip to content

Commit

Permalink
stop using the real old one
Browse files Browse the repository at this point in the history
  • Loading branch information
marklemay committed Apr 8, 2024
1 parent cf629d9 commit 62c8b32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dDynamic.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@ library

executable Ffi
-- FFI for web assmbly for the web frontend
-- TODO should rename this
main-is: Ffi/Main.hs
-- TODO can kill main?
ghc-options: -optl-mexec-model=reactor -optl-Wl,--export=hs_init,--export=callocBuffer,--export=freeBuffer,--export=loadStringJson,--export=num,--export=numNum,--export=astr,--export=doublestr,--export=e1
build-depends:
containers, mtl, base
, unbound-generics
, aeson
, aeson ==2.2.0.0
, bytestring

other-modules: Ffi.Ffi
Expand Down

0 comments on commit 62c8b32

Please sign in to comment.