docs: formatting

This commit is contained in:
Simon Michael 2010-02-12 01:51:03 +00:00
parent f8d90f22e2
commit d1e0455187

6
MANUAL
View File

@ -63,9 +63,9 @@ Here are some issues that have been encountered, with workarounds:
- cabal-install 0.6.4 might succeed if cabal-install 0.6.2 does not - cabal-install 0.6.4 might succeed if cabal-install 0.6.2 does not
- In some cases, cabal install can fail with a compilation or link error - In some cases, cabal install can fail with a compilation or link error
due to incompatible package versions. You can sometimes work around this due to incompatible package versions. You can sometimes work around
by specifying versions manually. Eg here's a recipe for haskell platform this by specifying versions manually. Eg here's a recipe for haskell
2009.2.0.2 on MS Windows:: platform 2009.2.0.2 on MS Windows::
cabal install hledger -fweb --constraint="haskell-src-meta < 0.0.6" --constraint="syb-with-class < 0.6.1" cabal install hledger -fweb --constraint="haskell-src-meta < 0.0.6" --constraint="syb-with-class < 0.6.1"