packages feed

dzen-dhall-1.0.0: dhall/types/Hook.dhall

let Hook
	: Type
	= { command :
		  List Text
	  , input :
		  Text
	  }

in  Hook