2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-10 19:33:40 +01:00
|
|
|
{ cabal, blazeBuilder, httpTypes, streamingCommons, transformers
|
|
|
|
, wai, warp
|
2013-04-20 19:21:38 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "wai-handler-launch";
|
2014-06-10 19:33:40 +01:00
|
|
|
version = "3.0.0";
|
|
|
|
sha256 = "1dv7w151szjkg9968v870abz11a440pdzy50zwm0xl6blk392nmk";
|
2013-04-20 19:21:38 +01:00
|
|
|
buildDepends = [
|
2014-06-10 19:33:40 +01:00
|
|
|
blazeBuilder httpTypes streamingCommons transformers wai warp
|
2013-04-20 19:21:38 +01:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
description = "Launch a web app in the default browser";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|