From 10bd1a98233440d90300a24d081103f2c1062d7d Mon Sep 17 00:00:00 2001 From: Javier Sagredo Date: Fri, 19 Jun 2026 00:43:49 +0200 Subject: [PATCH] Declare data/typecore.js in data-files The new embedded asset is read by Template Haskell (embedFile) at compile time; without it in data-files an sdist build (e.g. cabal install from a tarball) can't find the file and fails. Mirrors the other data/*.js entries. Co-Authored-By: Claude Opus 4.8 (1M context) --- classgraph.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/classgraph.cabal b/classgraph.cabal index 67abf62..fd22830 100644 --- a/classgraph.cabal +++ b/classgraph.cabal @@ -18,6 +18,7 @@ extra-doc-files: CHANGELOG.md data-files: data/viewer.html data/viewer.js + data/typecore.js data/viewer.css data/vendor/cytoscape.min.js data/vendor/dagre.min.js -- 2.54.0