haskell-accelerate-cuda: update to version 0.13.0.4

This commit is contained in:
Peter Simons 2013-11-05 14:22:51 +01:00
parent 0f09271562
commit 3a922b76f7

View File

@ -17,7 +17,7 @@ cabal.mkDerivation (self: {
homepage = "https://github.com/AccelerateHS/accelerate-cuda/";
description = "Accelerate backend for NVIDIA GPUs";
license = self.stdenv.lib.licenses.bsd3;
hydraPlatforms = [];
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})