mvoidex / hsdev

Haskell development tool
BSD 3-Clause "New" or "Revised" License
130 stars 23 forks source link

Unable to install system wide. #66

Closed BethAr closed 7 years ago

BethAr commented 7 years ago

I'm trying to install hsdev on Arch, to play with SublimeHaskell. So far I've been unable to install it due to dependency problems. Here is the Stack output:

Error: While constructing the build plan, the following exceptions were encountered:

In the dependencies for hsdev-0.2.5.0:
    hformat-0.1.0.1 must match ==0.3.* (latest applicable is 0.3.0.0)
    simple-log-0.5.1 must match ==0.9.* (latest applicable is 0.9.2)
    text-region-0.1.0.1 must match ==0.3.* (latest applicable is 0.3.0.0)

It also failed with Nix, and I got a very similar output.

BethAr commented 7 years ago

I thought there was something wrong with the dependencies, but I was able to install by changing the resolver to 'nightly'. I will see if I can do the same in Nix with the unstable channel.

Sorry.