2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-06 12:21:12 +01:00
|
|
|
{ cabal, async, HUnit, liftedBase, monadControl, mtl, tasty
|
|
|
|
, tastyHunit, tastyTh, transformersBase
|
2013-12-02 11:59:57 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "lifted-async";
|
2014-05-01 12:19:58 +02:00
|
|
|
version = "0.2.0";
|
|
|
|
sha256 = "1s8gz630v9xag0d5pjjwvfff87wvyy1w86ah7mvnylkarbdsac6l";
|
2013-12-02 11:59:57 +01:00
|
|
|
buildDepends = [ async liftedBase monadControl transformersBase ];
|
|
|
|
testDepends = [
|
2014-01-06 12:21:12 +01:00
|
|
|
async HUnit liftedBase monadControl mtl tasty tastyHunit tastyTh
|
2013-12-02 11:59:57 +01: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;
|
|
|
|
};
|
|
|
|
})
|