From df1499f80ff40b0112f7e2fa7a0b0192d47952dc Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 22 Nov 2019 15:34:27 -0500
Subject: [PATCH] update the nix packaging

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

diff --git a/nix/PaymentServer.nix b/nix/PaymentServer.nix
index c28f636..0816f96 100644
--- a/nix/PaymentServer.nix
+++ b/nix/PaymentServer.nix
@@ -58,10 +58,12 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }:
         depends = [
           (hsPkgs."base" or (buildDepError "base"))
           (hsPkgs."bytestring" or (buildDepError "bytestring"))
+          (hsPkgs."utf8-string" or (buildDepError "utf8-string"))
           (hsPkgs."optparse-applicative" or (buildDepError "optparse-applicative"))
           (hsPkgs."aeson" or (buildDepError "aeson"))
           (hsPkgs."servant" or (buildDepError "servant"))
           (hsPkgs."servant-server" or (buildDepError "servant-server"))
+          (hsPkgs."http-types" or (buildDepError "http-types"))
           (hsPkgs."wai" or (buildDepError "wai"))
           (hsPkgs."wai-extra" or (buildDepError "wai-extra"))
           (hsPkgs."wai-cors" or (buildDepError "wai-cors"))
-- 
GitLab