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