aboutsummaryrefslogtreecommitdiff
path: root/Utility/HumanTime.hs
Commit message (Collapse)AuthorAge
* generalize parseDuration so it can be used in the ReadM monadGravatar Joey Hess2015-07-08
|
* rejigger imports for clean build with ghc 7.10's AMP changesGravatar Joey Hess2015-05-10
| | | | | The explict import Prelude after import Control.Applicative is a trick to avoid a warning.
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* indent with tabs not spacesGravatar Joey Hess2014-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 indentationGravatar Joey Hess2014-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 BSDGravatar Joey Hess2014-05-10
| | | | | Omitted a couple of files what have had significant contributions from others.
* hlintGravatar Joey Hess2014-04-26
|
* add webapp UI to manage unused filesGravatar Joey Hess2014-01-23
|
* parse "5" as 5 secondsGravatar Joey Hess2013-10-26
|
* quickcheck durationGravatar Joey Hess2013-10-08
|
* expand with a fromDuration and support for mixed unit durationsGravatar Joey Hess2013-10-08
|
* finished where indentation changesGravatar Joey Hess2012-12-13
|
* New --time-limit option, makes long git-annex commands stop after a ↵Gravatar Joey Hess2012-09-25
specified amount of time.