haskell-accelerate-cuda: Patch Setup file

This commit is contained in:
Andres Loeh 2012-07-10 10:44:51 +02:00
parent baf5e27aaf
commit 91cfda020b

View file

@ -12,6 +12,9 @@ cabal.mkDerivation (self: {
hashable hashtables languageCQuote mainlandPretty mtl srcloc
transformers unorderedContainers
];
patchPhase = ''
sed -i -e 's|\<defaultMain\>|defaultMainWithHooks autoconfUserHooks|' Setup.hs
'';
meta = {
homepage = "http://www.cse.unsw.edu.au/~chak/project/accelerate/";
description = "Accelerate backend for NVIDIA GPUs";