Skip to content
Snippets Groups Projects
Commit a1be8e3e authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Update Nix packaging to reference wai-cors dep

parent fe3b43e7
No related branches found
No related tags found
1 merge request!39CORS headers on Stripe charge API responses
......@@ -64,6 +64,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }:
(hsPkgs."servant-server" or (buildDepError "servant-server"))
(hsPkgs."wai" or (buildDepError "wai"))
(hsPkgs."wai-extra" or (buildDepError "wai-extra"))
(hsPkgs."wai-cors" or (buildDepError "wai-cors"))
(hsPkgs."data-default" or (buildDepError "data-default"))
(hsPkgs."warp" or (buildDepError "warp"))
(hsPkgs."warp-tls" or (buildDepError "warp-tls"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment