[Haskell-cafe] What to do when cabal dependencies are not your friend.

2009-05-01 Thread Thomas Hartman
I did a little write-up on an annoyance I frequently have when developing patch-tag, a happs application that has a lot of dependencies. Basically, on a virgin linux environment with the same cabal and ghc version as before, a cabal install that had previously worked, didn't work anymore. I

Re: [Haskell-cafe] What to do when cabal dependencies are not your friend.

2009-05-01 Thread Duncan Coutts
On Fri, 2009-05-01 at 16:55 -0500, Thomas Hartman wrote: I did a little write-up on an annoyance I frequently have when developing patch-tag, a happs application that has a lot of dependencies. Basically, on a virgin linux environment with the same cabal and ghc version as before, a cabal