fix(workflows): add missing Hashable instance for WorkflowWorkflowListType
This commit is contained in:
parent
0c4890cbde
commit
6e46e4e9ef
@ -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 -----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user