Improved library linking on Windows...
Created by: mgajda
I worked around CABAL bugs and now one doesn't need to give explicit -lOpenCL, when linking haskell library - the platform's is linked automatically (as it should be, since most platforms use Khronos' OpenCL multiplexer nowadays. It seems license-compatible, and loads other OpenCL platform libraries on-demand.)