haskell-cufft: update to version 0.1.0.1

This commit is contained in:
Peter Simons 2013-11-05 14:22:51 +01:00
parent 9a615b6d9c
commit def8a6801c

View File

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