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