{ mkDerivation, base, case-insensitive, data-default, directory , explicit-exception, filelock, filepath, hinotify, jack , optparse-applicative, process, stdenv, systemd, transformers , unix }: mkDerivation { pname = "trivmix"; version = "2.7.5"; src = ./.; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base case-insensitive data-default ]; executableHaskellDepends = [ base directory explicit-exception filelock filepath hinotify jack optparse-applicative process systemd transformers unix ]; license = stdenv.lib.licenses.publicDomain; }