haskell-cufft: add version 0.1.0.1
This commit is contained in:
parent
daec67fbf5
commit
bbbb8f833c
15
pkgs/development/libraries/haskell/cufft/default.nix
Normal file
15
pkgs/development/libraries/haskell/cufft/default.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ cabal, c2hs, cuda }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "cufft";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "0j1rsixl48z8xszym9s3rw4pwq4s5bz6inqkfsq726gni0nlm8vx";
|
||||
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;
|
||||
};
|
||||
})
|
@ -705,6 +705,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
cssText = callPackage ../development/libraries/haskell/css-text {};
|
||||
|
||||
cufft = callPackage ../development/libraries/haskell/cufft {};
|
||||
|
||||
curl = callPackage ../development/libraries/haskell/curl { curl = pkgs.curl; };
|
||||
|
||||
cpu = callPackage ../development/libraries/haskell/cpu {};
|
||||
|
Loading…
Reference in New Issue
Block a user