# 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.1.0"; src = fetchgit { url = git://git.yggdrasil.li/trivmix; rev = "8bb5a7da733ee6da42b2b968a1c9fb70631e14a8"; sha256 = "28c406c1d3fa9e11cfe0cbc0eb9f0c487353f19b409e24cfdab604458f1662c2"; }; 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; }; })