2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-06 11:21:12 +00:00
|
|
|
{ cabal, async, HUnit, liftedBase, monadControl, mtl, tasty
|
|
|
|
, tastyHunit, tastyTh, transformersBase
|
2013-12-02 10:59:57 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "lifted-async";
|
2014-08-24 09:57:31 +00:00
|
|
|
version = "0.2.0.2";
|
|
|
|
sha256 = "07sqgd3lxplfwrpys4jhz0068sx99765lpx8n4nj3k117z32slgf";
|
2013-12-02 10:59:57 +00:00
|
|
|
buildDepends = [ async liftedBase monadControl transformersBase ];
|
|
|
|
testDepends = [
|
2014-01-06 11:21:12 +00:00
|
|
|
async HUnit liftedBase monadControl mtl tasty tastyHunit tastyTh
|
2013-12-02 10:59:57 +00:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/maoe/lifted-async";
|
|
|
|
description = "Run lifted IO operations asynchronously and wait for their results";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|