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 was archived by the owner on Oct 7, 2020. It is now read-only.
I'm using proto-lens library in my project. It implies usage of custom-setup in package.yaml. This causes exception in HIE which popups in my text editor with error message. Also in developer console of text editor I can see some warnings as well:
I tried different builds of HIE for different LTS, but result is always the same. From debug logs I figured out that it's something about Cabal package, but looks like it's actually installed and even version is matching:
itkachuk$ cabal --version
cabal-install version 2.4.1.0
compiled using version 2.4.1.0 of the Cabal library
Without custom-setup it works just fine. This issue can be easily reproduced with any example from proto-lens github repo. Thanks for the help.