From 05ab6825b3451687fbaf6f8c987e94e616b6d4ff Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 9 Feb 2020 00:43:40 +0000 Subject: chore(web): Delete //web/tazblog Deleting this code feels strange. This project has been around for a decade, and despite occasionally needing a bunch of tweaks it had aged well and worked fine for a very long time. I've reached a strange point where I don't really feel like using Haskell anymore, and every interaction with this project in recent years has been fighting dependency management tooling for Haskell, or dealing with strange build problems. The simple fact is that the service never really did anything other than render Markdown dynamically, and at this point I can do that much better with //tools/cheddar instead. So, tazblog-hs, it's time to say goodbye. Rest in peace! --- ci-builds.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'ci-builds.nix') diff --git a/ci-builds.nix b/ci-builds.nix index 54d6f637a5..e8eb0f5278 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -25,5 +25,4 @@ in with pkgs; [ third_party.git third_party.guile third_party.lisp # will build all third-party libraries - # web.tazblog # TODO(tazjin): Happstack build failure in nixos-unstable ] -- cgit 1.4.1