fficxx
fficxx copied to clipboard
Example is difficult to build
The instructions in the README for running the example suggest that this command:
ghc MySampleGen.hs
can successfully build MySampleGen.hs, but this is false since MySampleGen.hs has import statements.
A quick look at build.sh reveals that ghc
should actually be run with the -package-db
flag. However, the script references a directory outside of the repository and there is no documentation explaining (or referencing other documentation) about how the package database should be created.
I now have an unbrella repo fficxx-projects for gathering public binding libraries using fficxx. Hope this will help.