Re-generate cuda-related expressions with recent version of cabal2nix.

This commit is contained in:
Peter Simons 2013-12-02 20:24:58 +01:00
parent 159649aeb4
commit 6e83b3c284
5 changed files with 5 additions and 0 deletions

View File

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

View File

@ -24,6 +24,7 @@ cabal.mkDerivation (self: {
homepage = "https://github.com/AccelerateHS/accelerate-examples"; homepage = "https://github.com/AccelerateHS/accelerate-examples";
description = "Examples using the Accelerate library"; description = "Examples using the Accelerate library";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none; hydraPlatforms = self.stdenv.lib.platforms.none;
maintainers = [ self.stdenv.lib.maintainers.andres ]; maintainers = [ self.stdenv.lib.maintainers.andres ];
}; };

View File

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
homepage = "https://github.com/AccelerateHS/accelerate-fft"; homepage = "https://github.com/AccelerateHS/accelerate-fft";
description = "FFT using the Accelerate library"; description = "FFT using the Accelerate library";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none; hydraPlatforms = self.stdenv.lib.platforms.none;
}; };
}) })

View File

@ -34,6 +34,7 @@ cabal.mkDerivation (self: {
homepage = "https://github.com/tmcdonell/cuda"; homepage = "https://github.com/tmcdonell/cuda";
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;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none; hydraPlatforms = self.stdenv.lib.platforms.none;
maintainers = [ self.stdenv.lib.maintainers.andres ]; maintainers = [ self.stdenv.lib.maintainers.andres ];
}; };

View File

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
homepage = "http://github.com/robeverest/cufft"; homepage = "http://github.com/robeverest/cufft";
description = "Haskell bindings for the CUFFT library"; description = "Haskell bindings for the CUFFT library";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none; hydraPlatforms = self.stdenv.lib.platforms.none;
}; };
}) })