Re: [Haskell-cafe] cabal install oddities

2013-03-12 Thread Tycho Andersen
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

[Haskell-cafe] cabal install oddities

2013-03-12 Thread Tycho Andersen
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

[Haskell-cafe] ANN: Hquery 0.1

2013-01-21 Thread Tycho Andersen
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