Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | deal with mtl/monads-tf conflict | Joey Hess | 2012-10-24 |
| | | | | | | I had been using -ignore-package monads-tf to deal with this, but the XMPP library uses monads-tf, so that also ignores it. Instead, use PackageImports to force use of mtl in my own code. | ||
* | switch to the strict state monad | Joey Hess | 2012-01-29 |
I had not realized what a memory leak the lazy state monad could be, although I have not seen much evidence of actual leaking in git-annex. However, if running git-annex on a great many files, this could matter. The additional Utility.State.changeState adds even more strictness, avoiding a problem I saw in github-backup where repeatedly modifying state built up a huge pile of thunks. |