squash! hnix-store-remote prototype

drop ExceptT todo
This commit is contained in:
Richard Marko 2018-07-17 11:21:50 +02:00
parent cf51ba3b39
commit d5eb32e5d9

View File

@ -53,9 +53,6 @@ type CheckFlag = Bool
type CheckSigsFlag = Bool
type SubstituteFlag = Bool
-- TODO: error handling via ErrorT, some of these will just log Error,
-- which means we need to bail out and not wait for results
--
--setOptions :: StoreSetting -> MonadStore ()
isValidPathUncached :: Path -> MonadStore Bool