From c0c07b9b26cb31ef2d52e363c4ef77d75be57730 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 31 Oct 2019 08:34:53 -0400
Subject: [PATCH] Add the warp-tls 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 d8a18e8..22159ba 100644
--- a/nix/PaymentServer.nix
+++ b/nix/PaymentServer.nix
@@ -65,6 +65,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }:
           (hsPkgs."wai-extra" or (buildDepError "wai-extra"))
           (hsPkgs."data-default" or (buildDepError "data-default"))
           (hsPkgs."warp" or (buildDepError "warp"))
+          (hsPkgs."warp-tls" or (buildDepError "warp-tls"))
           (hsPkgs."stripe-core" or (buildDepError "stripe-core"))
           (hsPkgs."text" or (buildDepError "text"))
           (hsPkgs."containers" or (buildDepError "containers"))
-- 
GitLab