{ mkDerivation, base, containers, data-fix, dhall, hnix , optparse-generic, stdenv, text, trifecta, vector }: mkDerivation { pname = "dhall-nix"; version = "1.0.0"; src = ./.; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base containers data-fix dhall hnix text vector ]; executableHaskellDepends = [ base dhall hnix optparse-generic text trifecta ]; description = "A configuration language guaranteed to terminate"; license = stdenv.lib.licenses.bsd3; }