fix(workflows): add missing Hashable instance for WorkflowWorkflowListType

This commit is contained in:
Sarah Vaupel 2022-06-04 00:57:04 +02:00
parent 0c4890cbde
commit 6e46e4e9ef

View File

@ -684,6 +684,8 @@ data WorkflowWorkflowListType = WorkflowWorkflowListActive | WorkflowWorkflowLis
deriving (Eq, Ord, Enum, Bounded, Read, Show, Generic, Typeable)
deriving anyclass (Universe, Finite)
instance Hashable WorkflowWorkflowListType
----- Lenses needed here -----