# This file has been autogenerate with cabal2nix. # Update via ./update.sh" { mkDerivation, ansi-terminal, async, attoparsec, base, bytestring, cassava, containers, data-default, directory, extra, fetchzip, filepath, generic-optics, hermes-json, HUnit, lib, lock-file, MemoTrie, mtl, nix-derivation, optics, process, random, relude, safe, stm, streamly, terminal-size, text, time, typed-process, wcwidth, word8, }: mkDerivation { pname = "nix-output-monitor"; version = "2.0.0.2"; src = fetchzip { url = "https://github.com/maralorn/nix-output-monitor/archive/refs/tags/v2.0.0.2.tar.gz"; sha256 = "1xfcl7203sgc88a9xdnswwk7rirsaff7jb27yil7mrb7ni10g2f9"; }; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ ansi-terminal async attoparsec base bytestring cassava containers data-default directory extra filepath generic-optics hermes-json lock-file MemoTrie mtl nix-derivation optics relude safe stm streamly terminal-size text time wcwidth word8 ]; executableHaskellDepends = [ ansi-terminal async attoparsec base bytestring cassava containers data-default directory extra filepath generic-optics hermes-json lock-file MemoTrie mtl nix-derivation optics relude safe stm streamly terminal-size text time typed-process wcwidth word8 ]; testHaskellDepends = [ ansi-terminal async attoparsec base bytestring cassava containers data-default directory extra filepath generic-optics hermes-json HUnit lock-file MemoTrie mtl nix-derivation optics process random relude safe stm streamly terminal-size text time wcwidth word8 ]; homepage = "https://github.com/maralorn/nix-output-monitor"; description = "Parses output of nix-build to show additional information"; license = lib.licenses.agpl3Plus; maintainers = with lib.maintainers; [maralorn]; }