2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, Boolean, MemoTrie, NumInstances }:
|
2010-10-12 07:02:25 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2010-10-12 07:02:25 +00:00
|
|
|
pname = "vector-space";
|
2014-06-20 13:06:11 +00:00
|
|
|
version = "0.8.7";
|
|
|
|
sha256 = "1i3c34b3ngksmw4blhldap8fiw1jddm2h1qyr92csn3cllj6j1vm";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ Boolean MemoTrie NumInstances ];
|
2010-10-12 07:02:25 +00:00
|
|
|
meta = {
|
2011-09-23 16:09:05 +00:00
|
|
|
description = "Vector & affine spaces, linear maps, and derivatives";
|
2011-08-07 19:33:39 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-10-12 07:02:25 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|