From 2a923f3a73daa6aebd61694d4c8470c7c4ccbe91 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 24 Nov 2025 21:02:39 -0500 Subject: task: migrate storage from jsonl to sqlite Removes .tasks/tasks.jsonl and replaces it with a local SQLite database (.tasks/tasks.db). Adds --db flag to CLI. Removes sync command. Amp-Thread-ID: https://ampcode.com/threads/T-ac41b9b6-d117-46de-9e4f-842887a22f1d Co-authored-by: Amp --- Omni/Bild/Deps/Haskell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Omni/Bild/Deps/Haskell.nix') diff --git a/Omni/Bild/Deps/Haskell.nix b/Omni/Bild/Deps/Haskell.nix index 6930860..d714799 100644 --- a/Omni/Bild/Deps/Haskell.nix +++ b/Omni/Bild/Deps/Haskell.nix @@ -50,6 +50,7 @@ "servant-lucid" "servant-server" "split" + "sqlite-simple" "stm" "tasty" "tasty-hunit" -- cgit v1.2.3