# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, filepath, hinotify, jack, optparseApplicative , transformers, explicitException, process, caseInsensitive , fetchgit }: cabal.mkDerivation (self: { pname = "trivmix"; version = "2.0.0"; src = fetchgit { url = git://git.yggdrasil.li/trivmix; rev = "60cc6cf218d8f1a12360d0188450f83e04d92c1a"; sha256 = "327c886d0cd5adfe3fcb4a5f2fa00522de4a046aa72c447d3ae96288ce765ce9"; }; isLibrary = false; isExecutable = true; buildDepends = [ filepath hinotify jack optparseApplicative transformers explicitException process caseInsensitive ]; meta = { license = self.stdenv.lib.licenses.publicDomain; platforms = self.ghc.meta.platforms; }; })