From 1d47e94bbe26479ffaaafecd27cdb83d072bfe01 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 24 Jul 2020 22:46:54 +0100 Subject: Integrate Persistent with Servant Query my SQLite database from within my Servant handlers. Nothing I've written is domain-specific to the business logic yet -- I'm just making sure everything integrates. --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 96c18c8e9f90..3312fef13d00 100644 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,9 @@ in pkgs.mkShell { hpkgs.resource-pool hpkgs.sqlite-simple hpkgs.warp + hpkgs.persistent + hpkgs.persistent-sqlite + hpkgs.persistent-template ])) ]; } -- cgit 1.4.1