haskell-wai-handler-launch: update to version 2.0.1.2
This commit is contained in:
parent
4c8d2419b5
commit
f312041fc4
@ -1,14 +1,14 @@
|
|||||||
{ cabal, blazeBuilder, blazeBuilderConduit, conduit, httpTypes
|
{ cabal, blazeBuilder, blazeBuilderConduit, conduit, conduitExtra
|
||||||
, transformers, wai, warp, zlibConduit
|
, httpTypes, transformers, wai, warp, zlibConduit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-handler-launch";
|
pname = "wai-handler-launch";
|
||||||
version = "2.0.1.1";
|
version = "2.0.1.2";
|
||||||
sha256 = "10izbri1a8mjb2q4r1badw63qbp3vxnw5v2hzskq6911bckqkskc";
|
sha256 = "1mcjxv4dkcc5rx1bj8zc5m2q2ifcdwhsl4x4fnrv1ir9kclzsm7q";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeBuilderConduit conduit httpTypes transformers wai
|
blazeBuilder blazeBuilderConduit conduit conduitExtra httpTypes
|
||||||
warp zlibConduit
|
transformers wai warp zlibConduit
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Launch a web app in the default browser";
|
description = "Launch a web app in the default browser";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user