You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2022/02/15 21:40:26 UTC

[thrift-website] branch main updated: THRIFT-5347 - Haskell support dropped

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/thrift-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 03abd4c  THRIFT-5347 - Haskell support dropped
03abd4c is described below

commit 03abd4cedeb3afd949247f773ef8d7d93a398316
Author: Jens Geyer <je...@apache.org>
AuthorDate: Tue Feb 15 22:39:43 2022 +0100

    THRIFT-5347 - Haskell support dropped
---
 lib/hs.md      |  6 ------
 tutorial/hs.md | 19 -------------------
 2 files changed, 25 deletions(-)

diff --git a/lib/hs.md b/lib/hs.md
deleted file mode 100644
index 9e40577..0000000
--- a/lib/hs.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title: Haskell library
-islib: true
----
-
-{% remote_snippet lib/hs/README.md direct 21 %}
diff --git a/tutorial/hs.md b/tutorial/hs.md
deleted file mode 100644
index 566d484..0000000
--- a/tutorial/hs.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-title: "Haskell"
-librarylang: "hs"
-layout: tutorial
-tutorial: true
----
-
-### Prerequisites
-
-
-### Client
-
-{% remote_snippet tutorial/hs/HaskellClient.hs cpp 19,73 %}
-
-### Server
-
-{% remote_snippet tutorial/hs/HaskellServer.hs cpp 19,102 %}
-
-## Additional Information