2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-29 11:45:07 +01:00
|
|
|
{ cabal, hashable, HUnit, pqueue, testFramework, testFrameworkHunit
|
2013-02-24 22:09:07 +01:00
|
|
|
, transformers, unorderedContainers, vault
|
|
|
|
}:
|
2012-04-05 10:22:42 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "reactive-banana";
|
2014-05-21 16:20:01 +02:00
|
|
|
version = "0.8.0.2";
|
|
|
|
sha256 = "0hfhq663dvvb3jbgdnarawryw09m8ckqvqp6p5n4d4dms4gfzcdv";
|
2014-01-29 11:45:07 +01:00
|
|
|
buildDepends = [
|
|
|
|
hashable pqueue transformers unorderedContainers vault
|
|
|
|
];
|
2013-02-24 22:09:07 +01:00
|
|
|
testDepends = [
|
2014-01-29 11:45:07 +01:00
|
|
|
hashable HUnit pqueue testFramework testFrameworkHunit transformers
|
2013-02-24 22:09:07 +01:00
|
|
|
unorderedContainers vault
|
|
|
|
];
|
2012-04-05 10:22:42 +02:00
|
|
|
meta = {
|
|
|
|
homepage = "http://haskell.org/haskellwiki/Reactive-banana";
|
2014-01-29 11:45:07 +01:00
|
|
|
description = "Library for functional reactive programming (FRP)";
|
2012-04-05 10:22:42 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 13:48:22 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ bluescreen303 ];
|
2012-04-05 10:22:42 +02:00
|
|
|
};
|
|
|
|
})
|