Closed hellandhansen closed 4 years ago
This may be a dumb question, but have you actually compiled all your Haskell source? (Hyphen will not do that for you.) It looks like you may have compiled your Tryit.hs module but not the Test.hs example file that's part of the standard hyphen codebase.
ghc -dynamic-too -shared -fPIC Test.hs -no-link
should compile the provided file. You could also just delete Test.hs and it will no longer try to import it and look for the compiled version.
Hm. I hadn't actually. That solved it. I'm only learning, much Haskellology is still abstruse to me.
Thank you for being so very prompt and helpful. Kudos.
You're very welcome.
FWIW, you're not the only person who's been tripped up by this particular issue. If you have time to make a PR editing the readme.md
so it warned people of this issue (i.e. that they should compile their Haskell code before find_and_load_haskell_source
), I'd be very grateful!
Hi!
Running
Getting this error:
Is there any workaround to get this to work?
Help much appreciated for this noob ;-)
Kind regards