Hello,

I update the OpenCL package with the last changes. The most important thing, currently it fully implements OpenCL 1.0.

IMPORTANT, some functions change signature (e,g: clSetKernelArg, and clCreateContext* )

Thanks all comments in the previous version, issues and pulls in github. 

# Where to get it 

* Hackage page (http://hackage.haskell.org/package/OpenCL
* Repository (https://github.com/zhensydow/opencl
* Bugs (https://github.com/zhensydow/opencl/issues

# Changes

 * Move to Control.Parallel.OpenCL  (thanks Jason Dagit)
 * Added Image functions 
 * Added clExecuteNativeKernel
 * Fixes on Windows, Macos and Linux versions (thanks Anthony Cowley, ehird, axman6)
 * Fix bug with preprocessor code in OpenCL source code
 * Fix clSetKernelArg to allow cannot specify size of local memory arrays

Thanks, 
Luis Cabellos