
21 Oct
2008
21 Oct
'08
5:54 p.m.
On Tue, Oct 21, 2008 at 11:37 PM, Ken98
Hello, I recently started using cabal-install to install packages. However, ran into a problem today trying to install ftphs where the current HUnit dependency required base (==4). I'm using ghc-6.8.2 on ubuntu.
Right, that's the 6.10 version of base.
So my question is, could I have used cabal install to specify the specific version of HUnit without having to do the manual download/configure/build/install?
Yes, you should be able to say "cabal install HUnit-1.2.0.0" or so.