Open noteed opened 3 years ago
If like me you installed stack
via apt install
you are likely getting an old version (this is not happening inside the docker).
$ stack --version
1.9.3.1 x86_64
At the time of writing the latest is 2.7.1
, you need to do a stack upgrade
I guess this is because of this: https://github.com/nh2/static-haskell-nix/issues/95
For the record, the problem looks like:
Note that the
Dockerfile
builds fine.