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