diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-29 10:00:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-29 10:00:05 -0400 |
commit | 29335bf32685ee665f9ec5acbcfe7f8edabd1b96 (patch) | |
tree | 87b11ade25aa99712df020063221ecd6af43b771 /Annex.hs | |
parent | cd0ab91c91e84b726dbc3da39e57893bd1417ee9 (diff) |
pointlessness
Diffstat (limited to 'Annex.hs')
-rw-r--r-- | Annex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |