haskell-accelerate-examples: update to version 0.13.0.0

This commit is contained in:
Peter Simons 2013-11-05 14:22:51 +01:00
parent 3a922b76f7
commit c99c70dd8e

View File

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