Closed liesen closed 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.
dist/
dist/dist-sandbox-da44256f
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.
The build script assumes that
dist/
is the output path, but when built using cabal in a sandbox the output path is something likedist/dist-sandbox-da44256f
. The fix is to get the actual output path from the parameters passed in from cabal.