From 212dbb8a5c1d30530efdefc0cf8262f5fdcd6cd5 Mon Sep 17 00:00:00 2001 From: Danny Betancourt Date: Fri, 15 Dec 2023 18:48:59 -0600 Subject: [PATCH] was failing after transition to TypeScript last week, updated *dex.cabal* to look for files --- dex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dex.cabal b/dex.cabal index 50703eeb6..e3e42b8d4 100644 --- a/dex.cabal +++ b/dex.cabal @@ -16,7 +16,7 @@ build-type: Simple data-files: lib/*.dx , static/*.css , static/*.html - , static/*.js + , static/*.ts , src/lib/dexrt.bc flag cuda