Closed pdavidow closed 5 years ago
What is intero
? It's not an executable defined in rhine-examples.cabal
. If it's an executable you defined yourself, you must add rhine
as a dependency in your .cabal
.
Ah I understand now. It's about https://github.com/chrisdone/intero. What documentation did you follow? What libraries does your approach work with?
I am using the Haskero VSCode extension, which in turn uses Intero, as per https://gitlab.com/vannnns/haskero/blob/master/client/doc/installation.md
Note that Haskero/Intero normally works with everything AFAIK.
Note that this issue is not a big deal because I can actually copy and paste the rhine-examples into my own package -- where intero does work fine.
I can not get intero to work. I did
stack build intero
in rhine-examples, butimport FRP.Rhine
is not recognized (Could not find module `FRP.Rhine'), and hence intero does not function.These are the steps I took:
(Note that closing the IDE (VSCode) and bringing it up again did not help.)