Closed KiaraGrouwstra closed 4 years ago
work-around: I should try the Stack docker...
works:
docker build -t stack https://raw.githubusercontent.com/commercialhaskell/stack/master/etc/dockerfiles/stack-build/lts-14.0/Dockerfile
docker run -ti -v $(pwd):/home/stackage stack bash -c "cd /home/stackage; stack"
I guess this bug also still affects Idris, but hey, maybe I can dockerize that too.
this is a
yay
-installedstack
.Is this about the
haskell-fsnotify
version?