Our great sponsors
-
As a quick fix I forked fakedata in order to avoid getDataFileName and instead point it explicitly to the files on disk.
-
Here is our install script https://github.com/wasp-lang/wasp/blob/master/waspc/tools/install.sh#L122 -> you can see in this line how we create this script and what it contains.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Unfortunately I don't think this stuff is documented: https://github.com/haskell/cabal/issues/5997
-
As someone else mentioned, the file-embed package is a way to avoid this problem from the library author's perspective. Using it could be guarded behind a flag, as it is for the hyphenation package: https://github.com/ekmett/hyphenation/pull/4