You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
What is pre-requirements on hie-runtime?
When we run hie, what should we needs programs and data?
(I read architecture-document of hie.)
Hie needs some programs and data files, when it runs on IDE like vscode.
I want to copy and move the file because it takes a long time to compile when running in a new environment.
So I copied following files and hoogle-db.
cabal-helper-wrapper
hie
hie-8.6
hie-8.6.5
hie-wrapper
But the system output next errors. It may try to read dist-dir of cabal-helper.
I would like to know what files should I copy.
hie-8.6.5: Could not find $libexecdir/cabal-helper-wrapper
The text was updated successfully, but these errors were encountered:
What is pre-requirements on hie-runtime?
When we run hie, what should we needs programs and data?
(I read architecture-document of hie.)
Hie needs some programs and data files, when it runs on IDE like vscode.
I want to copy and move the file because it takes a long time to compile when running in a new environment.
So I copied following files and hoogle-db.
But the system output next errors. It may try to read dist-dir of cabal-helper.
I would like to know what files should I copy.
The text was updated successfully, but these errors were encountered: