aboutsummaryrefslogtreecommitdiff
path: root/Common.hs
Commit message (Expand)AuthorAge
* finally really add back custom-setup stanzaGravatar Joey Hess2017-12-31
* use unix-compat 0.5 on windowsGravatar Joey Hess2017-11-14
* Revert "use unix-compat 0.5 on windows"Gravatar Joey Hess2017-11-09
* use unix-compat 0.5 on windowsGravatar Joey Hess2017-11-09
* adeiu, MissingHGravatar Joey Hess2017-05-16
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* avoid warnings about not exported System.Directory.isSymbolicLinkGravatar Joey Hess2016-04-28
* Fix build with directory-1.2.6.2.Gravatar Joey Hess2016-04-28
* add database benchmarkGravatar Joey Hess2016-01-12
* import Data.Default in CommonGravatar Joey Hess2015-01-28
* add getFileSize, which can get the real size of a large file on WindowsGravatar Joey Hess2015-01-20
* Fix build with process 1.2.1.0.Gravatar Joey Hess2015-01-04
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* add missing Network.URI Ord instance for Debian stableGravatar Joey Hess2014-04-14
* add desktop notificationsGravatar Joey Hess2014-03-22
* Windows: Avoid using unix-compat's rename, which refuses to rename directories.Gravatar Joey Hess2014-01-29
* clean up some ugly codeGravatar Joey Hess2013-09-27
* fix the day's windows permissions damageGravatar Joey Hess2013-05-12
* work around MissingH's absNormPath not working on WindowsGravatar Joey Hess2013-05-12
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* clean up from windows portingGravatar Joey Hess2013-05-11
* fixup #if 0 stubs to use #ifndef mingw32_HOST_OSGravatar Joey Hess2013-05-10
* stub out posix stuff for WindowsGravatar Joey Hess2013-05-10
* expose Control.Monad.joinGravatar Joey Hess2013-04-22
* seems I need PackageImports here for configureGravatar Joey Hess2013-04-14
* turn on PackageImports globallyGravatar Joey Hess2013-04-13
* Common.hs: System.Path is exported by "MissingH" and "pathtype" packageGravatar Peter Simons2013-02-23
* deal with mtl/monads-tf conflictGravatar Joey Hess2012-10-24
* switch from System.Cmd.Utils to System.ProcessGravatar Joey Hess2012-07-18
* pointlessnessGravatar Joey Hess2012-06-29
* factor out Utility.FileSystemEncodingGravatar Joey Hess2012-03-09
* IO exception reworkGravatar Joey Hess2012-02-03
* switch to the strict state monadGravatar Joey Hess2012-01-29
* remove Utility.Conditional and use IfElseGravatar Joey Hess2012-01-24
* amusing nameGravatar Joey Hess2011-12-20
* more partial function removalGravatar Joey Hess2011-12-15
* refactorGravatar Joey Hess2011-12-03
* support .git/annex on a different disk than the rest of the repoGravatar Joey Hess2011-11-28
* lintGravatar Joey Hess2011-11-11
* add safeSystemGravatar Joey Hess2011-11-09
* broke up UtilityGravatar Joey Hess2011-10-16
* factor out common importsGravatar Joey Hess2011-10-03