From 69064d58bfaee40e01b99956fe9147f6e35c6bc2 Mon Sep 17 00:00:00 2001 From: ners Date: Tue, 28 Jul 2026 12:28:35 +0200 Subject: [PATCH 1/4] Add wai-effectful --- content/ecosystem/web-development.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/ecosystem/web-development.md b/content/ecosystem/web-development.md index 3391d15..8e8caa9 100644 --- a/content/ecosystem/web-development.md +++ b/content/ecosystem/web-development.md @@ -18,6 +18,14 @@ title = "Web Development"
Interactive serverside web framework inspired by HTMX.
+
+
+ IDA/wai-effectful + Hackage +
+
Adaptation of the wai library for the effectful ecosystem.
+
+
kleidukos/servant-effectful From c96bdc631745def98c0d3a23936220c1b65427f1 Mon Sep 17 00:00:00 2001 From: ners Date: Tue, 28 Jul 2026 12:28:35 +0200 Subject: [PATCH 2/4] Add warp-effectful --- content/ecosystem/web-development.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/ecosystem/web-development.md b/content/ecosystem/web-development.md index 8e8caa9..ab223cf 100644 --- a/content/ecosystem/web-development.md +++ b/content/ecosystem/web-development.md @@ -26,6 +26,14 @@ title = "Web Development"
Adaptation of the wai library for the effectful ecosystem.
+
+
+ IDA/warp-effectful + Hackage +
+
Adaptation of the warp library for the effectful ecosystem.
+
+
kleidukos/servant-effectful From dc4a21f1d9b8fc186611d6d3d059d90826008aa3 Mon Sep 17 00:00:00 2001 From: ners Date: Tue, 28 Jul 2026 12:28:35 +0200 Subject: [PATCH 3/4] Update servant-effectful --- content/ecosystem/web-development.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/ecosystem/web-development.md b/content/ecosystem/web-development.md index ab223cf..1f64fd1 100644 --- a/content/ecosystem/web-development.md +++ b/content/ecosystem/web-development.md @@ -36,7 +36,8 @@ title = "Web Development"
- kleidukos/servant-effectful + IDA/servant-effectful + Hackage
-
Servant bindings for the Effectful ecosystem.
+
Adaptation of the Servant library for the effectful ecosystem.
From a947ee79b10b8769fa64db640cdedaa99808f5b6 Mon Sep 17 00:00:00 2001 From: ners Date: Tue, 28 Jul 2026 12:28:35 +0200 Subject: [PATCH 4/4] Add quickcheck-effectful and hspec-effectful --- content/ecosystem/_index.md | 5 +++++ content/ecosystem/testing.md | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 content/ecosystem/testing.md diff --git a/content/ecosystem/_index.md b/content/ecosystem/_index.md index fe89f98..c014b8d 100644 --- a/content/ecosystem/_index.md +++ b/content/ecosystem/_index.md @@ -32,6 +32,11 @@ title = "System Programming" content = "Time, Processes, Network" url = "/ecosystem/system" +[[extra.list]] +title = "Testing" +content = "Testing frameworks" +url = "/ecosystem/testing" + [[extra.list]] title = "Messaging Systems" content = "Stream processing, message queues" diff --git a/content/ecosystem/testing.md b/content/ecosystem/testing.md new file mode 100644 index 0000000..fabcce3 --- /dev/null +++ b/content/ecosystem/testing.md @@ -0,0 +1,19 @@ ++++ +title = "Testing" ++++ + +
+
+ IDA/quickcheck-effectful + Hackage +
+
Adaptation of the QuickCheck library for the effectful ecosystem.
+
+ +
+
+ IDA/quickcheck-effectful + Hackage +
+
Adaptation of the Hspec library for the effectful ecosystem.
+