# 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, 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.3"; src = fetchzip { url = "https://github.com/maralorn/nix-output-monitor/archive/refs/tags/v2.0.0.3.tar.gz"; sha256 = "0mgg309vncjvx80mhqcyb7kk1918nfl02d38jczm9lsrlrmdafd9"; }; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ ansi-terminal async attoparsec base bytestring cassava containers data-default directory extra filepath 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 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 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]; }