mirror of https://github.com/voidlizard/hbs2
fixme + minor fix
This commit is contained in:
parent
c95f0a9ec9
commit
ff9e82b8b6
18
.fixme/log
18
.fixme/log
|
@ -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")
|
|
|
@ -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 () )
|
||||||
|
|
Loading…
Reference in New Issue