]> Repositorios git - classgraph.git/commitdiff
Declare data/typecore.js in data-files
authorJavier Sagredo <[email protected]>
Thu, 18 Jun 2026 22:43:49 +0000 (00:43 +0200)
committerJavier Sagredo <[email protected]>
Thu, 18 Jun 2026 22:43:49 +0000 (00:43 +0200)
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) <[email protected]>
classgraph.cabal

index 67abf62603c78d40c2ca5ecee0316895868c3bb4..fd22830daf289a1b12f7ea24a56768e79c89eac5 100644 (file)
@@ -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