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.
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.
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:
It also failed with Nix, and I got a very similar output.