HIPERFIT / hopencl

OpenCL library for Haskell
http://hackage.haskell.org/package/hopencl
BSD 3-Clause "New" or "Revised" License
8 stars 9 forks source link

Build problem when using cabal sandboxes #13

Closed liesen closed 10 years ago

liesen commented 10 years ago

The build script assumes that dist/ is the output path, but when built using cabal in a sandbox the output path is something like dist/dist-sandbox-da44256f. The fix is to get the actual output path from the parameters passed in from cabal.

merijn commented 10 years ago

This pull request is slightly buggy, I've fixed it and merged it in my fork: https://github.com/merijn/hopencl

I now have maintainer access on Hackage, so I put up a new release which includes that fix.