<div>Hello, all.</div><div><br></div><div>I update the OpenCL package with a better error handle using Control.Exception.</div><div><br></div><div>Thanks all comments in the previous version, and issues in github.</div><div>
<br></div><div># Where to get it</div><div><br></div><div>* Hackage page (<a href="http://hackage.haskell.org/package/OpenCL">http://hackage.haskell.org/package/OpenCL</a>)</div><div>* Repository (<a href="https://github.com/zhensydow/opencl">https://github.com/zhensydow/opencl</a>)</div>
<div>* Bugs (<a href="https://github.com/zhensydow/opencl/issues">https://github.com/zhensydow/opencl/issues</a>)</div><div><br></div><div># Changes:</div><div><br></div><div>* Changed LICENSE to BSD3</div><div>* Changed error from &#39;IO (Either CLError a)&#39;  to IO a + CLError exceptions</div>
<div>* Added creation of programs using precompiled binaries (added example program)</div><div>* Better documentation.</div><div><br></div><div>Thanks,</div><div>Luis Cabellos</div><div><br></div>