mirror of
https://github.com/graninas/Hydra.git
synced 2024-11-24 12:45:57 +03:00
Compilable version.
This commit is contained in:
parent
5ecf614bef
commit
82ed9c1cfa
@ -23,7 +23,7 @@ loadMeteorsCount st = do
|
||||
Left err -> do
|
||||
L.logError ("Failed to get meteors count: " <> show err)
|
||||
pure 0
|
||||
Right n -> pure 10
|
||||
Right n -> pure n
|
||||
|
||||
dynamicsMonitor :: AppState -> L.LangL ()
|
||||
dynamicsMonitor st = do
|
@ -39,7 +39,6 @@ save' src = liftF $ Save dbkey dbval id
|
||||
load'
|
||||
:: forall entity dst db
|
||||
. D.DBEntity db entity
|
||||
=> D.AsKeyEntity db entity dst
|
||||
=> D.AsValueEntity db entity dst
|
||||
=> D.RawDBEntity db entity
|
||||
=> Show (D.KeyEntity db entity)
|
||||
|
Loading…
Reference in New Issue
Block a user