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

Fix benchmark compilation on stack #135

Merged
merged 1 commit into from
Jun 9, 2016
Merged

Fix benchmark compilation on stack #135

merged 1 commit into from
Jun 9, 2016

Conversation

RyanGlScott
Copy link
Contributor

Sorry to keep bombarding you with pull requests of this nature, but I didn't realize during #134 that stack is stricter than cabal-install about listing things in other-modules. Whereas cabal-install only cares if it can find the modules it needs somewhere in hs-source-dirs (i.e., if cabal sdist happens to grab them somehow), stack explicitly requires every dependent module to be listed in an other-modules stanza...

Anyway, the fix is once again simple, one just has to cram more stuff into unordered-containers.cabal.

@tibbe tibbe merged commit 4983c14 into haskell-unordered-containers:master Jun 9, 2016
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