Skip to content

hdevtools fails to build with network-3.0.0.0 #90

Description

@jrahm

It appears that a recent update in the network package to version 3.0.0.0 has broken hdevtools. In this change the Network package was removed. (see http://hackage.haskell.org/package/network-3.0.1.0/changelog)

  src/Server.hs:7:1: error:
      Failed to load interface for ‘Network’
      Use -v to see a list of the files searched for.
  cabal: Leaving directory '/tmp/cabal-tmp-80945/hdevtools-0.1.7.0'
  cabal: Error: some packages failed to install:
  hdevtools-0.1.7.0 failed during the building phase. The exception was:

This problem can be mitigated by explicitly adding a bound to the network dependency (network <3.0.0.0 )in the hdevtool.cabal file and building in a cabal sandbox.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions