Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | generalize parseDuration so it can be used in the ReadM monad | Joey Hess | 2015-07-08 |
| | |||
* | rejigger imports for clean build with ghc 7.10's AMP changes | Joey Hess | 2015-05-10 |
| | | | | | The explict import Prelude after import Control.Applicative is a trick to avoid a warning. | ||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | indent with tabs not spaces | Joey Hess | 2014-10-09 |
| | | | | | | | | | | | Found these with: git grep "^ " $(find -type f -name \*.hs) |grep -v ': where' Unfortunately there is some inline hamlet that cannot use tabs for indentation. Also, Assistant/WebApp/Bootstrap3.hs is a copy of a module and so I'm leaving it as-is. | ||
* | fix some mixed space+tab indentation | Joey Hess | 2014-10-09 |
| | | | | | | | | | This fixes all instances of " \t" in the code base. Most common case seems to be after a "where" line; probably vim copied the two space layout of that line. Done as a background task while listening to episode 2 of the Type Theory podcast. | ||
* | relicense general utility library code to BSD | Joey Hess | 2014-05-10 |
| | | | | | Omitted a couple of files what have had significant contributions from others. | ||
* | hlint | Joey Hess | 2014-04-26 |
| | |||
* | add webapp UI to manage unused files | Joey Hess | 2014-01-23 |
| | |||
* | parse "5" as 5 seconds | Joey Hess | 2013-10-26 |
| | |||
* | quickcheck duration | Joey Hess | 2013-10-08 |
| | |||
* | expand with a fromDuration and support for mixed unit durations | Joey Hess | 2013-10-08 |
| | |||
* | finished where indentation changes | Joey Hess | 2012-12-13 |
| | |||
* | New --time-limit option, makes long git-annex commands stop after a ↵ | Joey Hess | 2012-09-25 |
specified amount of time. |