Distributing a binary that imports a library that uses data-files

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/haskell

Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • fakedata-example

    As a quick fix I forked fakedata in order to avoid getDataFileName and instead point it explicitly to the files on disk.

  • wasp

    The fastest way to develop full-stack web apps with React & Node.js.

    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.

  • Cabal

    Official upstream development repository for Cabal and cabal-install

    Unfortunately I don't think this stuff is documented: https://github.com/haskell/cabal/issues/5997

  • hyphenation

    Knuth-Liang Hyphenation for Haskell based on TeX hyphenation files

    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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts