haskell-suite / haskell-names

Haskell suite library for name resolution
52 stars 17 forks source link

Support recent versions of aeson and traverse-with-class #97

Closed peti closed 7 years ago

peti commented 7 years ago

I tried to compile this package in an LTS-9 environment (which what openSUSE uses these days), but then I get the following errors:

[   36s] Setup: Encountered missing dependencies:
[   36s] aeson >=0.8.0.2 && <1.1, traverse-with-class >=0.2.0.3 && <0.3

This means, unfortunately, that we can no longer build and distribute this package in openSUSE. Would it be possible to get a version update on Hackage that adds support for recent versions of these packages?