Hi

On 22 September 2017 at 19:45, Matthias Kühlke <mad+haskell@unserver.de> wrote:
[T]he easy solution would be to place the DLLs into the same directory as
the .exe file.

I also do this. I wrote a GTK Haskell program for a company in 2011 that placed the DLLs with the executable. It's been in use ever since on machines, up to windows 7 I believe, without changing that.

Ivan