From 1e3f82523ac50a7dac4386662428c71b123de468 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Tue, 30 Jun 2020 05:38:39 +0300 Subject: [PATCH 1/5] Update entry.py --- entry.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entry.py b/entry.py index b597c3b..1bbd53d 100644 --- a/entry.py +++ b/entry.py @@ -26,6 +26,10 @@ "random": r"https://github.com/purescript-python/purescript-random.py", "quickcheck": r"https://github.com/purescript-python/purescript-quickcheck.py", "record": r"https://github.com/purescript-python/purescript-record.py", + "argonaut-core": r"https://github.com/purescript-python/purescript-argonaut-core.py", + "datetime": r"https://github.com/purescript-python/purescript-datetime.py", + "foreign-object": r"https://github.com/purescript-python/purescript-foreign-object.py", + "foreign": r"https://github.com/purescript-python/purescript-foreign.py", } From 3c2c3a0a92276342ef2cf6514eed38a56ec62bc0 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Tue, 30 Jun 2020 09:37:28 +0300 Subject: [PATCH 2/5] Update entry.py --- entry.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entry.py b/entry.py index 1bbd53d..4f753d1 100644 --- a/entry.py +++ b/entry.py @@ -30,6 +30,10 @@ "datetime": r"https://github.com/purescript-python/purescript-datetime.py", "foreign-object": r"https://github.com/purescript-python/purescript-foreign-object.py", "foreign": r"https://github.com/purescript-python/purescript-foreign.py", + "web-dom": r"https://github.com/purescript-python/purescript-web-dom.py", + "web-events": r"https://github.com/purescript-python/purescript-web-events.py", + "web-file": r"https://github.com/purescript-python/purescript-web-file.py", + "web-xhr": r"https://github.com/purescript-python/purescript-web-xhr.py", } From 1434740412e78b27f7d5f754dc13be41b5e8fccc Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Tue, 7 Jul 2020 15:30:01 +0300 Subject: [PATCH 3/5] Update entry.py --- entry.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entry.py b/entry.py index 4f753d1..c8531a3 100644 --- a/entry.py +++ b/entry.py @@ -34,6 +34,8 @@ "web-events": r"https://github.com/purescript-python/purescript-web-events.py", "web-file": r"https://github.com/purescript-python/purescript-web-file.py", "web-xhr": r"https://github.com/purescript-python/purescript-web-xhr.py", + "affjax": r"https://github.com/purescript-python/purescript-affjax.py", + "now": r"https://github.com/purescript-python/purescript-now.py", } From 9d33e9037b94f3dbd5790c7e65761363d8860f82 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Thu, 9 Jul 2020 15:12:39 +0300 Subject: [PATCH 4/5] Update entry.py --- entry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/entry.py b/entry.py index b788152..566c3b6 100644 --- a/entry.py +++ b/entry.py @@ -37,6 +37,7 @@ "affjax": r"https://github.com/purescript-python/purescript-affjax.py", "now": r"https://github.com/purescript-python/purescript-now.py", "aff": r"https://github.com/purescript-python/purescript-aff.py", + "avar": r"https://github.com/purescript-python/purescript-avar.py.git", } From 0fbadf9f3d3284b28d94337b62b3eda4db6dbd96 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Thu, 9 Jul 2020 15:31:53 +0300 Subject: [PATCH 5/5] Update entry.py --- entry.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entry.py b/entry.py index 566c3b6..ccd6279 100644 --- a/entry.py +++ b/entry.py @@ -37,7 +37,8 @@ "affjax": r"https://github.com/purescript-python/purescript-affjax.py", "now": r"https://github.com/purescript-python/purescript-now.py", "aff": r"https://github.com/purescript-python/purescript-aff.py", - "avar": r"https://github.com/purescript-python/purescript-avar.py.git", + "avar": r"https://github.com/purescript-python/purescript-avar.py", + "spec": r"https://github.com/purescript-python/purescript-spec.py", }