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
|
||||
embedRenderMessage ''UniWorX ''JobTableAction id
|
||||
|
||||
data JobTableActionData = ActJobDeleteData
|
||||
newtype JobTableActionData = ActJobDeleteData
|
||||
{ jobDeleteLocked :: Bool
|
||||
}
|
||||
deriving (Eq, Ord, Read, Show, Generic)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user