On Tue, Mar 12, 2013 at 03:28:08PM -0400, Brandon Allbery wrote:
>
> "cabal install" unpacks a package into /tmp in order to build it. My guess
> is your OS has /tmp mounted noexec. I don't know offhand how you override
> this in cabal.
Yep, you're exactly right. Thank you! I also couldn't figure
Hi all,
I'm having some strange issues with cabal install. Some packages
installed via `cabal install $foo` are failing for strange (and
seemingly unrelated) reasons, but install just fine when I do
something like:
cabal unpack network
cd network
cabal configure
cabal install
Below is so
Hi cafe,
I've written a library called hquery, which can be used to manipulate
xmlhtml trees (and has a similar selector syntax to jquery, hence the
name). This enables easy manipulation and content generation from html
templates. If you're familiar with Lift's CssSels, this is basically
an implem