fix(build): hlint wants a newtype instead
This commit is contained in:
parent
c04614ff86
commit
07663516e5
@ -121,7 +121,7 @@ instance Finite JobTableAction
|
|||||||
nullaryPathPiece ''JobTableAction $ camelToPathPiece' 1
|
nullaryPathPiece ''JobTableAction $ camelToPathPiece' 1
|
||||||
embedRenderMessage ''UniWorX ''JobTableAction id
|
embedRenderMessage ''UniWorX ''JobTableAction id
|
||||||
|
|
||||||
data JobTableActionData = ActJobDeleteData
|
newtype JobTableActionData = ActJobDeleteData
|
||||||
{ jobDeleteLocked :: Bool
|
{ jobDeleteLocked :: Bool
|
||||||
}
|
}
|
||||||
deriving (Eq, Ord, Read, Show, Generic)
|
deriving (Eq, Ord, Read, Show, Generic)
|
||||||
|
|||||||
Reference in New Issue
Block a user