SFTtech / openage-masterserver

Lobby and matchmaking server for openage in Haskell
https://openage.dev
Other
52 stars 12 forks source link

stack build fails: "aeson-0.9.0.1 must match >=0.11 (latest applicable is 1.2.2.0)" #7

Closed Qwertie- closed 7 years ago

Qwertie- commented 7 years ago

When running stack build in the repo I get the output:

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

In the dependencies for openage-masterserver-0.1.0.0:
    aeson-0.9.0.1 must match >=0.11 (latest applicable is 1.2.2.0)

Plan construction failed.
TheJJ commented 7 years ago

Err, why aeson-0.9.0.1? Isn't the latest applicable good enough for the version requirement?

Qwertie- commented 7 years ago

@TheJJ Don't know, that's just what stack chose.

TheJJ commented 7 years ago

Fixed by #8