-
Notifications
You must be signed in to change notification settings - Fork 9
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
Can't cabal-install it #9
Comments
nathans-MacBook:www nathansire$ cd herbalizer/ src/Main.hs:417:11: error: |
it is a namespace collision. Need to do something like this... import Text.Parsec.Indent as P line 417: |
The solution is actually to change: 417 to:
|
I made a dockerfile in my fork to use herbalizer without using Cabal directly, applying the solution. |
Hi there, hopefully this will be an easy one:
Cheers - Victor
The text was updated successfully, but these errors were encountered: