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

update the nix packaging

parent 81e382bf
No related branches found
No related tags found
1 merge request!39CORS headers on Stripe charge API responses
......@@ -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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment