2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-06-11 07:04:40 +00:00
|
|
|
{ cabal }:
|
2010-05-13 17:23:33 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2010-05-13 17:23:33 +00:00
|
|
|
pname = "Vec";
|
2014-08-07 10:42:05 +00:00
|
|
|
version = "1.0.5";
|
|
|
|
sha256 = "0hyk553pdn72zc1i82njz3md8ycmzfiwi799y08qr3fg0i8r88zm";
|
2010-05-13 17:23:33 +00:00
|
|
|
meta = {
|
2012-07-14 09:14:38 +00:00
|
|
|
homepage = "http://github.net/sedillard/Vec";
|
2011-08-11 13:03:51 +00:00
|
|
|
description = "Fixed-length lists and low-dimensional linear algebra";
|
2011-08-07 22:01:45 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-05-13 17:23:33 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|