nix build works
cabal configure --enable-tests && cabal test fails inside devshell
nix develop and then running the above command also fails
Cabal seems to want to build ghc first, which is weird? It's not specified anywhere in the cabal file..
Could this be because we updated nixpkgs and are now using Cabal 3.8 instead of 3.6? Looking at the issue list, seems like 3.8 is still kind of buggy?
Need to find a proper solution this so that it avoids building GHC. Plan B is to use Cabal 3.6 for now (but will become a problem again in the future so better to fix it now).
nix buildworkscabal configure --enable-tests && cabal testfails inside devshellnix developand then running the above command also failsCabal seems to want to build ghc first, which is weird? It's not specified anywhere in the cabal file..
Could this be because we updated nixpkgs and are now using Cabal 3.8 instead of 3.6? Looking at the issue list, seems like 3.8 is still kind of buggy?
Need to find a proper solution this so that it avoids building GHC. Plan B is to use Cabal 3.6 for now (but will become a problem again in the future so better to fix it now).