2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 21:09:07 +00:00
|
|
|
{ cabal, newtype, QuickCheck, semigroupoids, semigroups
|
|
|
|
, vectorSpace
|
|
|
|
}:
|
2012-09-05 12:08:29 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "active";
|
2014-06-03 10:34:29 +01:00
|
|
|
version = "0.1.0.16";
|
|
|
|
sha256 = "0x4z9n0avk9pr9v64vfmbbpxx2n6cl32d8sw8y2w61345s2z628k";
|
2012-09-05 12:08:29 +01:00
|
|
|
buildDepends = [ newtype semigroupoids semigroups vectorSpace ];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [
|
|
|
|
newtype QuickCheck semigroupoids semigroups vectorSpace
|
|
|
|
];
|
2013-09-18 12:38:59 +01:00
|
|
|
jailbreak = true;
|
2012-09-05 12:08:29 +01:00
|
|
|
meta = {
|
|
|
|
description = "Abstractions for animation";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|