Open AndreasPK opened 1 year ago
Hmmm... Yeah, I think we use symbolic links to share files between containers
and containers-tests
. Do you know a better way?
Indeed
andi@Ryzen MINGW64 ~/repos/containers
$ cat containers-tests/src
../containers/src
But this should be a symbolic link.
Seems more compatible to me to use
hs-source-dirs: ../containers/src, tests
Inside containers-tests.cabal
instead of using a symbolic link. As they are notoriously difficult to get to work by default on windows.
Can you try it and open a PR?
On commit 468aa9df067d3bd7413d0b383a106f609749eabe I get this after a checkout and running
cabal run intset-benchmarks
I get this error:Maybe some symbolic link use that breaks on windows?