jgm / gitit

A wiki using HAppS, pandoc, and git
GNU General Public License v2.0
2.15k stars 225 forks source link

Bumping hoauth2 to 1.3.0 && < 1.6, dropping GHC < 8 #608

Closed mwu closed 6 years ago

mwu commented 6 years ago

Should unbreak building on nixos/nixpkgs where hoauth2 0.5 is no longer available along with #607.

mwu commented 6 years ago

This breaks building on ghc 7 which I didn't intend. I'll work through the dependencies to see if I can fix it when I have some free time.

mwu commented 6 years ago

It looks like hoauth2 >= 1.3.0 requires uri-bytestring-aeson, which needs base >= 4.9 / ghc >= 8. Is it ok to drop 7 at this point?

jgm commented 6 years ago

Hate to drop support for ghc 7, but I don't see an easy way around it.