This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
custom-setup causes HIE exception #1408
Closed
Description
- MacOS
- Atom text editor
- Stack 2.1.3
- lts-13.19
- GHC 8.6.4
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.