about summary refs log tree commit diff
path: root/services/tazblog/src/Locales.hs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-08-25 r/63 chore(tazblog): Remove i18n featuresVincent Ambo1-71/+0
The blog has been English only for a few years. Old entries that survived the migration to DNS will still be accessible.
2019-08-25 r/60 chore(tazblog): Format source files with ormoluVincent Ambo1-8/+11
Ormolu's formatting is quite annoying (it uses a lot of unnecessary vertical space and doesn't align elements), but I can't be bothered to do manual formatting - especially because whatever formatting haskell-mode in Emacs produces seems to depend on an opaque state machine or something.
2019-08-20 r/44 chore(tazblog): Replace BlogDB with stubs for DNS-based storageVincent Ambo1-2/+8
Removes acid-state specific code and the former BlogDB module, in its stead the new BlogStorage module contains stubs for the functions that will be filled in with DNS-based storage. This code is unformatted and will not currently serve a working blog.
2019-07-04 r/25 refactor(tazblog): Move required GHC extensions into sourceVincent Ambo1-0/+1
Necessary because Cabal is going away.
2019-06-28 refactor: Move tazblog into monorepo structureVincent Ambo1-0/+61
It's happening!