3
0
Fork 0
forked from mirrors/nixpkgs

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 = {
description = "FFI binding to the CUDA interface for programming NVIDIA GPUs";
license = self.stdenv.lib.licenses.bsd3;
hydraPlatforms = [];
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})