
14 Apr
2005
14 Apr
'05
7:22 a.m.
I've just started using Cabal, for my time library implementation (http://semantic.org/TimeLib/). I have some issues: 1. If I do "runghc Setup.hs haddock" and then "runghc Setup.hs install", the documentation doesn't appear to get installed anywhere. 2. Likewise, "runghc Setup.hs clean" doesn't delete the documentation. I had expected it to delete the whole dist directory. 3. There ought to be a mechanism for including tests. Something like "runghc Setup.hs check". Right now I have two tests that are executables that are run and the output compared to a reference output file (and another test that must be verified manually). But perhaps this is difficult. -- Ashley Yakeley, Seattle WA