[Haskell-cafe] ANN: OpenCL 1.0.2.2 package
Luis Cabellos
cabellos at ifca.unican.es
Wed Nov 23 16:00:46 CET 2011
Hello, all.
I update the OpenCL package with a better error handle using
Control.Exception.
Thanks all comments in the previous version, and issues 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:
* Changed LICENSE to BSD3
* Changed error from 'IO (Either CLError a)' to IO a + CLError exceptions
* Added creation of programs using precompiled binaries (added example
program)
* Better documentation.
Thanks,
Luis Cabellos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20111123/d111b740/attachment.htm>
More information about the Haskell-Cafe
mailing list