diff --git a/src/Opaleye/Internal/Manipulation.hs b/src/Opaleye/Internal/Manipulation.hs index 136348da..3b8fbbc9 100644 --- a/src/Opaleye/Internal/Manipulation.hs +++ b/src/Opaleye/Internal/Manipulation.hs @@ -125,6 +125,9 @@ instance D.Default Updater (Field_ n a) (Field_ n a) where instance D.Default Updater (Field_ n a) (Maybe (Field_ n a)) where def = Updater Just +instance D.Default Updater (Field_ n a) () where + def = Updater (const ()) + arrangeDeleteReturning :: U.Unpackspec columnsReturned ignored -> T.Table columnsW columnsR -> (columnsR -> Field SqlBool)