-
Notifications
You must be signed in to change notification settings - Fork 84
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
New package happy-lib
; make previous happy-*
packages sublibraries (#288)
#297
Conversation
42fada1
to
44a68b2
Compare
Happy.Frontend.AttrGrammar.Parser | ||
Happy.Frontend.AttrGrammar.Mangler | ||
|
||
library tabular |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the relation between this library tabular
subsection and lib/tabular/happy-tabular.cabal
? I didn't expect to see the latter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can just remove the others?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, I forgot to remove the .cabal files. The main thing about this approach :)
Should be done now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question as @int-index about old cabal files, but very big +1 on the design!
44a68b2
to
86b4f0f
Compare
Alright then, let's do it. |
This is one design design discussed in #288.
Fixes #288.