# 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.2.6"; src = fetchgit { url = git://git.yggdrasil.li/trivmix; rev = "1e0590d9c7f63e3e829afe53e10431253ea59f68"; sha256 = "f282d0b79fdcb3645671fda675458253818f61fba56e089cdd320bee2514a3f3"; }; 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; }; })