
28 Oct
2015
28 Oct
'15
11:19 p.m.
Never mind, I figured it out. Previously, I had been placing C:\msys64\mingw64\bin at the end of my user PATH. It turns out that my PATH was in fact on the DLL search path, but for some reason, an earlier directory on my PATH was causing problems. I can't exactly pinpoint what was causing the problem, but after moving C:\msys64\mingw64\bin to the start of my system PATH, I can run Haskell executables in PowerShell/cmd.exe without a problem. Ryan S.