Closed
Description
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).
Metadata
Metadata
Assignees
Labels
No labels