cartazio / numbers

Other
29 stars 13 forks source link

Include the test module in the source tarball #2

Closed orlitzky closed 11 years ago

orlitzky commented 11 years ago

Cabal is not a clever build system.

DanBurton commented 11 years ago

Silly me; thanks for catching that. I've uploaded a new version of the package, and made absolutely sure it works with the following command:

cabal update && cabal unpack numbers-3000.1.0.1 && cd numbers-3000.1.0.1 && cabal configure --enable-tests && cabal build && cabal test && cd .. && rm -rf numbers-3001.1.0.1