# 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.0"; src = fetchgit { url = git://git.yggdrasil.li/trivmix; rev = "3576f981b8e1ea2e23dafc6351c52e614b0dc13c"; sha256 = "02cb36fd236e63c836d56a7cb50da5ec28266ed97f582702857d0c16a6d783a7"; }; 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; }; })