# This file was auto-generated by cabal2nix. Please do NOT edit manually! { mkDerivation, stdenv, caseInsensitive, dataDefault, explicitException, filelock , filepath, hinotify, jack, optparseApplicative, transformers }: mkDerivation { pname = "trivmix"; version = "2.6.2"; src = ./.; isLibrary = true; isExecutable = true; buildDepends = [ caseInsensitive dataDefault explicitException filelock filepath hinotify jack optparseApplicative transformers ]; license = stdenv.lib.licenses.publicDomain; }