Skip to content

compile failure w/ base-4.7 and older #43

Closed
@hvr

Description

@hvr

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions