# 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.3.0"; src = fetchgit { url = git://git.yggdrasil.li/trivmix; rev = "d5189cba07f63c3d2f8c575a31c1734f7c9aeed6"; sha256 = "88b215dc2d24b875359835b5a75acdd1d6172ad4d4e3fad9ce4cdc3ffec51ba3"; }; 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; }; })