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