Skip to content
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

WIP: Add a function to compute symbols from library modules #108

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ddssff
Copy link
Contributor

@ddssff ddssff commented May 13, 2018

…tion

findModuleSymbols, which generates a list of the modules in a named
modules using template haskell and the hint package. Should close issue #107.

…tion

findModuleSymbols, which generates a list of the modules in a named
modules using template haskell and the hint package.  Should close issue haskell-suite#107.
@ddssff ddssff changed the title Add a function to compute symbols from library modules WIP: Add a function to compute symbols from library modules May 13, 2018
@@ -246,6 +246,9 @@ Library
, bytestring >= 0.10.4.0 && < 0.11
, data-lens-light >= 0.1.2.1 && < 0.2
, traverse-with-class >= 1.0.0.0 && < 1.1
, template-haskell >= 2.9 && < 2.14
, hint >= 0.7 && < 0.9
, th-lift, th-lift-instances, th-orphans
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would like to avoid adding more dependencies to library target. Could you try to implement this feature as a separate executable? Though this really can be useful. This feature is quite big though... It might be convenient to use it directly from library. But it looks more like an idea for different project rather that patch for haskell-names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants