Closed mokuki082 closed 6 years ago
The tutorial mentioned that calling archive files from the library is currently unachievable. The old discussion was brought up a few month ago but so far it seems like the problem is still unsolved.
For now, compiling the library into a shared object seems to be the way to go.
While following through the archive linking process through this tutorial. I encountered the following problem:
I actually included
(haskellPackages.ghcWithPackages (p: [p.yesod ]))
in my shell.nix file to cause this error message, previously it was showing another error message regardinglibrary container cannot be found
. `