haskell-active: New package in version 0.1.0.2.

This package is required by diagrams-lib.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Acked-by: Peter Simons <simons@cryp.to>
This commit is contained in:
aszlig
2012-09-05 13:08:29 +02:00
parent bb7daf767b
commit 6e0924ca84
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{ cabal, newtype, semigroupoids, semigroups, vectorSpace }:
cabal.mkDerivation (self: {
pname = "active";
version = "0.1.0.2";
sha256 = "1iymh3sd21ba7ijwv5afphn5vhmwchk6725hbcsdwk2d2x2gd674";
buildDepends = [ newtype semigroupoids semigroups vectorSpace ];
meta = {
description = "Abstractions for animation";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})