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
|
||||
, transformers, wai, warp, zlibConduit
|
||||
{ cabal, blazeBuilder, blazeBuilderConduit, conduit, conduitExtra
|
||||
, httpTypes, transformers, wai, warp, zlibConduit
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "wai-handler-launch";
|
||||
version = "2.0.1.1";
|
||||
sha256 = "10izbri1a8mjb2q4r1badw63qbp3vxnw5v2hzskq6911bckqkskc";
|
||||
version = "2.0.1.2";
|
||||
sha256 = "1mcjxv4dkcc5rx1bj8zc5m2q2ifcdwhsl4x4fnrv1ir9kclzsm7q";
|
||||
buildDepends = [
|
||||
blazeBuilder blazeBuilderConduit conduit httpTypes transformers wai
|
||||
warp zlibConduit
|
||||
blazeBuilder blazeBuilderConduit conduit conduitExtra httpTypes
|
||||
transformers wai warp zlibConduit
|
||||
];
|
||||
meta = {
|
||||
description = "Launch a web app in the default browser";
|
||||
|
Loading…
Reference in New Issue
Block a user