-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cabal file specifies incorrect build type #197
Comments
After further testing, it turns out that the problem is the |
Good catch, we used to have a |
I don't use |
Sorry, I should have said "cabal-install and the Cabal library". I can run the same command line without problems using |
cryptol has a non-standard
Setup.hs
file. This means that thebuild-type
must be set tocustom
rather thansimple
, otherwise Cabal cannot compile the package correctly:Also, note the warning about
license-files
, which is not a valid field. Furthermore,cabal-install
warns:The text was updated successfully, but these errors were encountered: