summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-13rename src/config.hsJoey Hess
This works around an infelicity in stack; it complains when there are both a toplevel config.hs and a src/config.hs, despite that being fine with cabal.
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13fix typo in build pathJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13Updated stack config to lts-8.22.Joey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13use stack build --dry-run to check if deps are installedJoey Hess
The system might have stack installed, so stack --version would succeed, but need stack setup to be run to get a working ghc. This will fail if stack is not installed, or if stack setup needs to be run. It does not fail when haskell libraries are not installed, but stack build will install those anyway, so that's ok.
2017-07-13propellor spinJoey Hess
2017-07-13export BuilderJoey Hess
2017-07-13closeJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13setting up joeyconfig after mergeJoey Hess
2017-07-13move unreleased stuff to topJoey Hess
2017-07-13Merge branch 'joeyconfig'Joey Hess
2017-07-13propellor spinJoey Hess
2017-07-13changelogJoey Hess
2017-07-13Merge commit 'cc7d4cb4b1bddbdebbb69c04f14dcac5041f7607' into joeyconfigJoey Hess
2017-07-13finally really fixed HEAD problemJoey Hess
My first try with a pipe was the right approach, and was almost right, except I forgot to close the write end of the pipe, and so it was inherited by the forked process, leading to deadlock.
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13trying the pipe trick againJoey Hess
With some small changes, and debugging.
2017-07-13reopen bugJoey Hess
2017-07-13Revert "disable buffering earlier"Joey Hess
This reverts commit 632137836b39462883483a621f9dd696ce1d73cc. Still failing :( Seems that disabling buffering is not the solution.
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13disable buffering earlierJoey Hess
The "fatal: Couldn't find remote ref HEAD" persists, and is intermittent so hard to be sure but it seemed that disabling buffering earlier avoided it. Now done first thing on start. I was not able to find anything that reads from stdin other than getMarked, but perhaps there is something..
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess
2017-07-13propellor spinJoey Hess