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