Closed TravisWhitaker closed 7 years ago
Drat, just noticed this commit was botched; sorry about that. Should work now.
Actually, please don't merge this after all. Turns out that GHCi is able to find the libraries it needs as long as a cuda.buildinfo
file exists, even if it's identical to cuda.buildinfo.generated
! Something else is going on in Setup.hs
, it seems.
Ah, no worries. It was an easy fix, but if it doesn't help ghci then no point releasing a new version. Thanks anyway!
Windows is a wacky, wacky world and the DLLs that GHCi needs are in the
bin
directory instead oflib
. This patch adds that path toextra-lib-dirs
when on Windows.