From 9d26317c371ea991cc45972ea86e0c5f02d66bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Kleidukos?= Date: Thu, 9 Jan 2025 09:46:05 +0100 Subject: [PATCH] Tweak metadata of the JS component post --- content/case-study-foreign-integration-js-browser/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/case-study-foreign-integration-js-browser/index.md b/content/case-study-foreign-integration-js-browser/index.md index 6750594..7d4ce9d 100644 --- a/content/case-study-foreign-integration-js-browser/index.md +++ b/content/case-study-foreign-integration-js-browser/index.md @@ -1,10 +1,10 @@ +++ -title = "Case Study - Using foreign component library inside a Haskell application" +title = "Case Study — Using a JavaScript component inside a Haskell application" date = 2025-01-08 [taxonomies] authors = ["Mateusz Goślinowski"] categories = ["GHC"] -tags = ["javascript"] +tags = ["javascript", "case-study"] +++ GHC since version 9.8 allows us to create callbacks from JS to Haskell code, which enables us to create full-fledged browser apps.