On Thu, May 15, 2014 at 3:07 PM, Al Matthews <prolep...@gmail.com> wrote: >> Of course you can help with step 2 yourself by cloning habs and using > `cblrepo` to add them and verify they build properly. > > That makes sense. I can't `man pacman` nor `man cblrepo` at the moment, but > I imagine I can also install these packages directly from the local chroot > that is created in the build process? This (default; no option -l <dir>) > layout confuses me more than I would prefer. That would be my goal: to be > able to build the packages locally if required. Presumably I can also be > helpful by indicating that this process succeeds.
There is no manpage for `cblrepo` yet. Hopefully you can find out what you need between the built-in help and the text on https://github.com/archhaskell/habs/ and https://github.com/archhaskell/habs/. You should almost always build using the script in habs, and then all packages will be built using [haskell-core] to get any dependencies. The text you refer to is "-l <dir> Location of chroot (default .)". This argument allows you to point out where your chroot is. I always run the script in my habs workspace, and keep my chroot in `~/tmp`, i.e. I use `./makeahpkg -l ~/tmp`. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: mag...@therning.org jabber: mag...@therning.org twitter: magthe http://therning.org/magnus _______________________________________________ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell