fixme + minor fix

This commit is contained in:
Dmitry Zuikov 2023-10-07 16:29:08 +03:00
parent c95f0a9ec9
commit ff9e82b8b6
2 changed files with 2 additions and 18 deletions

View File

@ -1,17 +1,3 @@
(fixme-set "workflow" "backlog" "FVaG2RyDvd") (fixme-set "workflow" "backlog" "9dFWHZgktc")
(fixme-set "workflow" "done" "7aUwDyuGwr") (fixme-set "workflow" "done" "25TecvTxgV")
(fixme-set "workflow" "done" "6YSwuNMdPF")
(fixme-set "workflow" "test" "6ijijKjWTw")
(fixme-set "assigned" "voidlizard" "6ijijKjWTw")
(fixme-set "workflow" "test" "C5FbUaMxT6")
(fixme-set "assigned" "voidlizard" "C5FbUaMxT6")
(fixme-set "workflow" "test" "ASKw1NH47W")
(fixme-set "assigned" "voidlizard" "ASKw1NH47W")
(fixme-set "assigned" "voidlizard" "4waRzViY8G")
(fixme-set "workflow" "test" "4waRzViY8G")
(fixme-set "workflow" "backlog" "H6nGEuZL32")
(fixme-set "workflow" "test" "EhEhcrSAex")
(fixme-set "assigned" "voidlizard" "EhEhcrSAex")
(fixme-set "workflow" "backlog" "6m1Fg8pWxN")

View File

@ -22,8 +22,6 @@ import UnliftIO
withRPC2 :: forall (api :: [Type]) e m . ( e ~ UNIX withRPC2 :: forall (api :: [Type]) e m . ( e ~ UNIX
, HasProtocol e (ServiceProto api e) , HasProtocol e (ServiceProto api e)
, MonadUnliftIO m , MonadUnliftIO m
-- FIXME: remove-this-debug-shit
, MonadUnliftIO m
) )
=> FilePath => FilePath
-> ( ServiceCaller api e -> m () ) -> ( ServiceCaller api e -> m () )