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