summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-20commentJoey Hess
2016-06-20commentJoey Hess
2016-06-20commentJoey Hess
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
This new type was added to base a while ago; I don't know what uses it, but it's intended to be an async exception, so make sure we don't catch it.
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 filenameJoey Hess
2016-06-19mergedJoey Hess
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 ↵Joey Hess
lines, or a ByteString.
2016-06-19Write privdata files in binary rather than textAndrew Schurman
https://propellor.branchable.com/todo/bytes_in_privData__63__/
2016-06-19Property.Firejail: New module. Thanks, Sean WhittonJoey Hess
2016-06-19Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2016-06-19avoid import warning about FoldableJoey Hess
I don't know why this works, or a better way to do it, but it does..
2016-06-19Merge remote-tracking branch 'spwhitton/firejail'Joey Hess
2016-06-19submit Firejail.hs merge requestspwhitton
2016-06-19Added a commentspwhitton
2016-06-19haddock tweakSean Whitton
Slashes inside @monospace@ get misinterpreted.
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-19Added a commentspwhitton
2016-06-18(no commit message)gueux
2016-06-18clean up after mergeJoey Hess
2016-06-18Really make Apt.install fail when asked to install a package that apt does ↵Joey Hess
not know about
2016-06-17propellor spinJoey Hess
2016-06-17setting up joeyconfig after mergeJoey Hess
2016-06-17revert accidential commitJoey Hess
2016-06-17Apt.install: When asked to install a package that apt does not know about, ↵Joey Hess
it used to incorrectly succeed. Now it will fail.
2016-06-17commentJoey Hess
2016-06-17Added a commentpicca
2016-06-17Added a commentandrew
2016-06-16responseJoey Hess
2016-06-16commentJoey Hess
2016-06-16commentJoey Hess
2016-06-16commentJoey Hess
2016-06-16Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2016-06-16(no commit message)picca
2016-06-16add Propellor.Property.FirejailSean Whitton
2016-06-16applyToList combinatorSean Whitton
I think Joey wrote this at some point .. though it's possible I did
2016-06-16Added a commentspwhitton