jgm / gitit

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

Please replace ConfigFile #696

Closed iliastsi closed 5 months ago

iliastsi commented 5 months ago

Please replace ConfigFile which is unmaintained and doesn't work with GHC 9.6 and newer. We plan on updating GHC on Debian to 9.6, and we cannot build gitit anymore since it depends on ConfigFile. Thanks!

jgm commented 5 months ago

I think the simplest approach would be to write a small module in gitit itself that parses the current config file format, which is fairly simple.

jgm commented 5 months ago

Another alternative would be to use config-ini, which seems well maintained

jgm commented 5 months ago

I've released a new version 0.15.1.2, which does not depend on ConfigFile.

iliastsi commented 5 months ago

Thank you @jgm.