summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cufft/default.nix
blob: d24af97f4f24e6721dd2abc36d56ad21c797ba66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, c2hs, cuda }:

cabal.mkDerivation (self: {
  pname = "cufft";
  version = "0.1.0.3";
  sha256 = "1jj1ixacmhwjcb2syv4fglawpya5vmdhdk2xqrw4wwfxw4wc9ypi";
  buildDepends = [ cuda ];
  buildTools = [ c2hs ];
  meta = {
    homepage = "http://github.com/robeverest/cufft";
    description = "Haskell bindings for the CUFFT library";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    hydraPlatforms = self.stdenv.lib.platforms.none;
  };
})