From 62c8b326cdda8788e8f51229d823f12764fb9c12 Mon Sep 17 00:00:00 2001 From: Mark Lamay Date: Mon, 8 Apr 2024 13:27:43 -0400 Subject: [PATCH] stop using the real old one --- dDynamic.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dDynamic.cabal b/dDynamic.cabal index 3448763..425575d 100644 --- a/dDynamic.cabal +++ b/dDynamic.cabal @@ -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