Closed phischu closed 9 years ago
We currently take those command line arguments that start with an upper case letter as module names. This breaks down as soon as there is a package that starts with an upper case letter.
We can reverse-engineer GHC command line parsing with docopt. Or use the more lightweight option from base.
We currently take those command line arguments that start with an upper case letter as module names. This breaks down as soon as there is a package that starts with an upper case letter.