Skip to content
Snippets Groups Projects
Commit 76bf32d3 authored by Daniel Firth's avatar Daniel Firth
Browse files

vty: 6.1

parent ea75e295
Branches
1 merge request!3296update
......@@ -143,7 +143,7 @@ let packages =
, uri-bytestring = H.callHackage "uri-bytestring" "0.3.3.1"
, uuid = H.callHackage "uuid" "1.3.15"
, vinyl = H.callHackage "vinyl" "0.14.3"
, vty = H.callHackage "vty" "5.39"
, vty = H.callHackage "vty" "6.1"
, wai-app-static = H.callHackage "wai-app-static" "3.1.8"
, wai-extra = H.callHackage "wai-extra" "3.1.13.0"
, webdriver = H.callHackage "webdriver" "0.12.0.0"
......
......@@ -488,7 +488,7 @@
}
, { mapKey = "vty"
, mapValue =
"086c8d6fad552672b00e7430a3fc1955cb13a42926d1a7c8ff798ae9f94622de"
"a9a89227a84e7445d224a9c82bf6a8ef6641cfc7f7d55a5fbdd566fdf9256225"
}
, { mapKey = "wai-app-static"
, mapValue =
......
{ mkDerivation, ansi-terminal, base, binary, blaze-builder
, bytestring, containers, deepseq, directory, filepath, lib
, microlens, microlens-mtl, microlens-th, mtl, parsec, stm
, terminfo, text, transformers, unix, utf8-string, vector
{ mkDerivation, base, binary, blaze-builder, bytestring, deepseq
, directory, filepath, lib, microlens, microlens-mtl, microlens-th
, mtl, parsec, stm, text, utf8-string, vector
}:
mkDerivation {
pname = "vty";
version = "5.39";
sha256 = "e5febb7ed7c4553b3e0926dfde2646c9cb1d924ba41a1e8ae1cda1fe52253274";
version = "6.1";
sha256 = "2fc64b7d09f16bce9c6456e234e6aca3a86be9a40f360435499fc087b94f7bd6";
revision = "1";
editedCabalFile = "1wy4vfyr4nbb8ycfx80yrp59ggigcbfrsh5w1qk768y04d114kaj";
isLibrary = true;
isExecutable = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [
ansi-terminal base binary blaze-builder bytestring containers
deepseq directory filepath microlens microlens-mtl microlens-th mtl
parsec stm terminfo text transformers unix utf8-string vector
];
executableHaskellDepends = [
base containers directory filepath microlens microlens-mtl mtl
base binary blaze-builder bytestring deepseq directory filepath
microlens microlens-mtl microlens-th mtl parsec stm text
utf8-string vector
];
enableLibraryProfiling = true;
enableExecutableProfiling = true;
doHaddock = false;
doHaddock = true;
jailbreak = true;
doCheck = false;
doBenchmark = false;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment