aboutsummaryrefslogtreecommitdiffstats
path: root/src/Store/Store.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Store/Store.hs')
-rw-r--r--src/Store/Store.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Store/Store.hs b/src/Store/Store.hs
index b55c56d..56113cf 100644
--- a/src/Store/Store.hs
+++ b/src/Store/Store.hs
@@ -221,7 +221,7 @@ commit = do
pure cid'
modify $ \s -> s {cid = cid'}
-reset :: MonadIO m => GB.CommitOid -> ReaderT GB.LgRepo m ()
+reset :: (MonadIO m) => GB.CommitOid -> ReaderT GB.LgRepo m ()
reset cid = do
repo <- GB.getRepository
liftIO $ withForeignPtr (GB.repoObj repo) $ \repoPtr -> do