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