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
I am using stack-1.3.2 (because of #3151) which I installed from the Arch repository (sudo pacman -U https://archive.archlinux.org/packages/s/stack/stack-1.3.2-64-x86_64.pkg.tar.xz). My stack --version.
The text was updated successfully, but these errors were encountered:
This appears to be due to very special logic in the Setup.hs file for cabal-helper, which prevents the cabal-helper-wrapper executable from being copied to the appropriate directory. There are potential workarounds in Stack, but overall the metadata we're able to read from the .cabal file is simply misleading in this case. I'd recommend just using the stack build command instead of stack install.
Steps to reproduce:
git clone https://github.com/input-output-hk/cardano-sl.git
cd cardano-sl
stack install cabal-helper
Output on my machine (with
--verbose
flag): https://gist.github.com/Pastafarianist/8ed6eec3f0d891e1fdb2def97c8a5187See also DanielG/cabal-helper#28 (a mirror of this issue in the
cabal-helper
repository).Stack version
I am using
stack-1.3.2
(because of #3151) which I installed from the Arch repository (sudo pacman -U https://archive.archlinux.org/packages/s/stack/stack-1.3.2-64-x86_64.pkg.tar.xz
). Mystack --version
.The text was updated successfully, but these errors were encountered: