sternenseemann / spacecookie

gopher library & server written in Haskell
https://sternenseemann.github.io/spacecookie/
GNU General Public License v3.0
47 stars 5 forks source link

chore(server): allow building with aeson 2.0 #54

Closed sternenseemann closed 2 years ago

sternenseemann commented 2 years ago

The actual change is a bit cheesy, since we could have a non-CPP solution as well by adding a FromString constraint, but this one is stupid and simple.

Additionally tested with both GHC 8.10.7, 9.0.1 and

cabal v2-build --constraint='aeson >= 2.0'

Increase version number to 1.0.0.1 (no observable changes) for a release that benefits Stackage Nightly mostly.

Resolves #51.