mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
haskell-cufft: update to version 0.1.0.3
This commit is contained in:
parent
6a3e496f6b
commit
c89a0aab3c
@ -2,8 +2,8 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "cufft";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "0j1rsixl48z8xszym9s3rw4pwq4s5bz6inqkfsq726gni0nlm8vx";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "1jj1ixacmhwjcb2syv4fglawpya5vmdhdk2xqrw4wwfxw4wc9ypi";
|
||||
buildDepends = [ cuda ];
|
||||
buildTools = [ c2hs ];
|
||||
meta = {
|
||||
@ -11,6 +11,5 @@ cabal.mkDerivation (self: {
|
||||
description = "Haskell bindings for the CUFFT library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user