aboutsummaryrefslogtreecommitdiffstats
path: root/src/Store/Store.hs
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-06-05 18:00:45 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-06-05 18:00:45 +0200
commitd8b2af98f594e4fc5cc4919c1efe95e1d8d9aafe (patch)
tree3ec737b45750f807af95cca3f790702f087f29e1 /src/Store/Store.hs
parentf0869cb1e98c574deecb350f8e879e1be39de94b (diff)
ormolu
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