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