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.
+
diff --git a/content/ecosystem/web-development.md b/content/ecosystem/web-development.md index 3391d15..1f64fd1 100644 --- a/content/ecosystem/web-development.md +++ b/content/ecosystem/web-development.md @@ -20,7 +20,24 @@ title = "Web Development"
- kleidukos/servant-effectful + IDA/wai-effectful + Hackage
-
Servant bindings for the Effectful ecosystem.
+
Adaptation of the wai library for the effectful ecosystem.
+
+ +
+
+ IDA/warp-effectful + Hackage +
+
Adaptation of the warp library for the effectful ecosystem.
+
+ +
+
+ IDA/servant-effectful + Hackage +
+
Adaptation of the Servant library for the effectful ecosystem.