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

compile failure w/ base-4.7 and older #43

Closed
hvr opened this issue Mar 29, 2017 · 5 comments
Closed

compile failure w/ base-4.7 and older #43

hvr opened this issue Mar 29, 2017 · 5 comments

Comments

@hvr
Copy link

hvr commented Mar 29, 2017

Hi,

I noticed that the last 3 release of influxdb run into a compile failure (see below).

Configuring component lib from influxdb-1.1.1...
Preprocessing library influxdb-1.1.1...

src/Database/InfluxDB/Manage.hs:27:8:
    Could not find module ‘Data.Void’
    It is a member of the hidden package ‘void-0.7.2’.
    Perhaps you need to add ‘void’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

The easiest fix would be to tighten the lower constraint on base, i.e. base >= 4.8 and call it a day (also because the Travis job currently only validates GHC 7.10 & GHC 8.0).

@maoe
Copy link
Owner

maoe commented Mar 29, 2017

Oh, I didn't notice that. Thanks for reporting it. I'll make a fix.

@hvr
Copy link
Author

hvr commented Mar 29, 2017

@maoe Btw, I've already corrected the meta-data on the 3 affected releases:

So there's no immediate need to upload a new release just for the meta-data.

@maoe
Copy link
Owner

maoe commented Mar 29, 2017

Okay thanks. How did you find the issue?

@hvr
Copy link
Author

hvr commented Mar 29, 2017

@maoe it showed up on http://104.239.175.197:8080/package/influxdb (but it's been fixed now with the meta-data fixup)

@maoe maoe closed this as completed in c3b761b Mar 29, 2017
@maoe
Copy link
Owner

maoe commented Mar 29, 2017

Fixed in HEAD. Also thanks for the info!

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

No branches or pull requests

2 participants