summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-06-23fix Ccache.hs haddockSean Whitton
2016-06-21Merge remote-tracking branch 'spwhitton/reboot'Joey Hess
2016-06-21Revert "fix Propellor.Types.Exception for GHC 7.6.3"Sean Whitton
2016-06-21Revert "fix Propellor/Exception.hs for GHC 7.6.3"Sean Whitton
2016-06-21Revert "docs on property ordering"Sean Whitton
2016-06-21fix permissions of ccache on upgrade from 3.0.5Sean Whitton
2016-06-20Merge remote-tracking branch 'felix/hasinisection-header'Joey Hess
2016-06-20Merge remote-tracking branch 'felix/derivedatatypeable-exception'Joey Hess
2016-06-20ConfFile: cosmetic fixesFélix Sipma
2016-06-20ConfFile.hasIniSection: add missing headerFélix Sipma
2016-06-20handle SomeAsyncException same as AsyncExceptionJoey Hess
2016-06-20Property: prevent ambiguous occurencesFélix Sipma
2016-06-20Exception: prevent use of FunctorFélix Sipma
2016-06-20Exception: prevent use of Control.Applicative (ghc compatibility)Félix Sipma
2016-06-20Exception: import Prelude after Control.Applicative to prevent warningFélix Sipma
2016-06-20Exception: import Control.Applicative (old ghc compatibility)Félix Sipma
2016-06-20add DeriveDataTypeable extension to ExceptionFélix Sipma
2016-06-19fix descJoey Hess
2016-06-19reordered more commonly used stuff firstJoey Hess
2016-06-19Generalized fileProperty can now operate on files as either a series of lines...Joey Hess
2016-06-19Write privdata files in binary rather than textAndrew Schurman
2016-06-19avoid import warning about FoldableJoey Hess
2016-06-19Merge remote-tracking branch 'spwhitton/firejail'Joey Hess
2016-06-19docs on property orderingSean Whitton
2016-06-19Typeable in Schroot.hsSean Whitton
2016-06-19fix Propellor/Exception.hs for GHC 7.6.3Sean Whitton
2016-06-19fix Propellor.Types.Exception for GHC 7.6.3Sean Whitton
2016-06-19Sbuild.built conditionally reboots to new kernelSean Whitton
2016-06-19Reboot.toKernelNewerThan FailedChange not errorSean Whitton
2016-06-19Schroot.overlaysInTmpfs sets Schroot.useOverlaysSean Whitton
2016-06-19Joey's Schroot.useOverlays info propertySean Whitton
2016-06-19shorten haddock hyperlinksSean Whitton
2016-06-19haddock tweakSean Whitton
2016-06-19clean build on GHC 7.10Sean Whitton
2016-06-19fix build on old GHC by importing Data.FoldableSean Whitton
2016-06-19describe Firejail.jailedSean Whitton
2016-06-19further simplify #792100 workaroundSean Whitton
2016-06-19improve Sbuild.hs haddockSean Whitton
2016-06-19simplify #792100 workaroundSean Whitton
2016-06-19when on Jessie, work around #792100Sean Whitton
2016-06-19ensure that sbuild aliases line not duplicatedSean Whitton
2016-06-19Ccache.hasCache chmods cache root setgidSean Whitton
2016-06-18Really make Apt.install fail when asked to install a package that apt does no...Joey Hess
2016-06-17revert accidential commitJoey Hess
2016-06-17Apt.install: When asked to install a package that apt does not know about, it...Joey Hess
2016-06-16responseJoey Hess
2016-06-16add Propellor.Property.FirejailSean Whitton
2016-06-16applyToList combinatorSean Whitton
2016-06-15Merge remote-tracking branch 'felix/hasinisection'Joey Hess
2016-06-15ConfFile: export hasIniSectionFélix Sipma