pointlessness
This commit is contained in:
parent
cd0ab91c91
commit
29335bf326
5 changed files with 20 additions and 3 deletions
2
Annex.hs
2
Annex.hs
|
@ -128,7 +128,7 @@ newState gitrepo = AnnexState
|
|||
{- Makes an Annex state object for the specified git repo.
|
||||
- Ensures the config is read, if it was not already. -}
|
||||
new :: Git.Repo -> IO AnnexState
|
||||
new gitrepo = newState <$> Git.Config.read gitrepo
|
||||
new = newState <$$> Git.Config.read
|
||||
|
||||
{- performs an action in the Annex monad -}
|
||||
run :: AnnexState -> Annex a -> IO (a, AnnexState)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue