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