patch applied (cabal): Add scripts for testing compatability with
hackage packages
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Thu Mar 27 13:52:02 EDT 2008
Thu Mar 27 09:15:40 PDT 2008 Duncan Coutts <duncan at haskell.org>
* Add scripts for testing compatability with hackage packages
So far just a test that all the non-trivial Setup.(l)hs scripts
compile. This only tests the latest versions, though if one were
to download a complete archive then one could test them all.
To speed up the check we skip Setup.hs scripts that have fewer
than 22 words. Below this cutoff there are no custom hooks and
it catches the great majority of scripts which greatly speeds up
the check.
A ./tests/hackage/
A ./tests/hackage/check.sh
A ./tests/hackage/download.sh
A ./tests/hackage/unpack.sh
View patch online:
http://darcs.haskell.org/cabal/_darcs/patches/20080327161540-adfee-4745a9d8533ff714656b947b90afd79e2e85175d.gz
More information about the cabal-devel
mailing list