nixpkgs/pkgs/development/libraries/haskell/Tensor/default.nix

16 lines
428 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal }:
cabal.mkDerivation (self: {
pname = "Tensor";
version = "1.1.0.0";
sha256 = "1vn409805p5b47v5mf7rk0gypqag5bn1pzlsmsp9blr3jyj6dgph";
meta = {
homepage = "https://github.com/haskell-opengl/Tensor";
description = "Tensor data types";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})