RE: Updating submodules

2015-01-06 Thread Simon Peyton Jones
] Sent: 06 January 2015 16:28 To: Simon Peyton Jones; Herbert Valerio Riedel Cc: ghc-devs@haskell.org Subject: Re: Updating submodules Has everyone seen the git man page generator ;-)? Hilarious. http://git-man-page-generator.lokaltog.net/ On Tue Jan 06 2015 at 7:49:30 AM Simon Peyton Jones

Re: Updating submodules

2015-01-06 Thread Brandon Allbery
On Tue, Jan 6, 2015 at 11:28 AM, Ryan Newton wrote: > Has everyone seen the git man page generator ;-)? Hilarious. > http://git-man-page-generator.lokaltog.net/ I still want the git version of http://thedoomthatcametopuppet.tumblr.com/ :p -- brandon s allbery kf8nh

Re: Updating submodules

2015-01-06 Thread Ryan Newton
check/proof-read > > Simon > > | -Original Message- > | From: ghc-devs [mailto:ghc-devs-boun...@haskell.org] On Behalf Of > | Simon Peyton Jones > | Sent: 06 January 2015 10:49 > | To: Herbert Valerio Riedel > | Cc: ghc-devs@haskell.org > | Subject: RE: Up

RE: Updating submodules

2015-01-06 Thread Simon Peyton Jones
rbert Valerio Riedel | Cc: ghc-devs@haskell.org | Subject: RE: Updating submodules | | | > * There is no .git/config in libraries/parallel. | (Whereas | | > there is for another submodule, libraries/hoopl.) | | | | > * There is, however, a .git file which points

RE: Updating submodules

2015-01-06 Thread Simon Peyton Jones
| > * There is no .git/config in libraries/parallel. (Whereas | > there is for another submodule, libraries/hoopl.) | | > * There is, however, a .git file which points to | .git/modules/libraries/parallel | | That's most likely because libraries/hoopl wasn't created via `g

Re: Updating submodules

2015-01-06 Thread Herbert Valerio Riedel
Hello Simon, On 2015-01-06 at 10:59:44 +0100, Simon Peyton Jones wrote: > I'm very confused about the workflow for updating submodules. I want > to update several (to remove redundant constraints from contexts) > which are maintained by GHC HQ. But for libraries/parallel I find: > > > *