
27 Dec
2009
27 Dec
'09
7:30 p.m.
Sebastian Sylvan
Also, if a library fails to build because of your ghc version, you can install a specific version of that library instead. E.g. for haddock you see that the failing version was 2.4.2 but if you leave out the version number cabal will fetch the latest one for you, which isn't compatible with GHC 6.10.
Thanks, I wasn't aware that I could specify versions that easily, I assumed that I could only get the latest version. Thomas