haskell-cuda: update to version 0.5.0.2

This commit is contained in:
Peter Simons 2013-11-05 14:22:51 +01:00
parent 096e81f5a0
commit 9a615b6d9c

View File

@ -33,7 +33,7 @@ cabal.mkDerivation (self: {
meta = { meta = {
description = "FFI binding to the CUDA interface for programming NVIDIA GPUs"; description = "FFI binding to the CUDA interface for programming NVIDIA GPUs";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
hydraPlatforms = []; platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ]; maintainers = [ self.stdenv.lib.maintainers.andres ];
}; };
}) })