Toxaris / pts

Interpreter for functional pure type systems.
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

Fix cabal file to allow cabal sdist #25

Closed Toxaris closed 11 years ago

Toxaris commented 11 years ago

The cabal file does not list all modules, so some modules are not included in source distributions (by cabal sdist).

To reproduce:

cabal-dev sdist && cabal-dev install dist/pts-0.1.tar.gz --enable-tests

This produces errors about "could not find module ...".

What do to: Add the missing modules to the cabal file, as Other-Modules or Exposed-Modules.