From 3feebd7320768f4cab16bfc0d9f432817d9f3244 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 25 Oct 2019 08:25:48 -0400
Subject: [PATCH] Add the sqlite-simple dependency to the Nix packaging

---
 nix/PaymentServer.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nix/PaymentServer.nix b/nix/PaymentServer.nix
index ec9fe44..d8a18e8 100644
--- a/nix/PaymentServer.nix
+++ b/nix/PaymentServer.nix
@@ -69,6 +69,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }:
           (hsPkgs."text" or (buildDepError "text"))
           (hsPkgs."containers" or (buildDepError "containers"))
           (hsPkgs."cryptonite" or (buildDepError "cryptonite"))
+          (hsPkgs."sqlite-simple" or (buildDepError "sqlite-simple"))
           ];
         pkgconfig = [
           (pkgconfPkgs."ristretto" or (pkgConfDepError "ristretto"))
-- 
GitLab