summaryrefslogtreecommitdiff
path: root/tutorial/Makefile.am
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-03-20 18:07:17 +0100
committerJens Geyer <jensg@apache.org>2021-03-22 09:42:38 +0100
commit66d897667c451ef6560d89b979b7001c57a3eda6 (patch)
tree4420429109c582375fc68aa125a2b6f6b8019dd3 /tutorial/Makefile.am
parentcd2fae091b9bafd0977ef290f722532c36a64d2e (diff)
downloadthrift-66d897667c451ef6560d89b979b7001c57a3eda6.tar.gz
THRIFT-5347 Remove deprecated Haskell bindings
Client: hs Patch: Jens Geyer This closes #2352
Diffstat (limited to 'tutorial/Makefile.am')
-rwxr-xr-xtutorial/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am
index 12b3eb56d..ba445e0db 100755
--- a/tutorial/Makefile.am
+++ b/tutorial/Makefile.am
@@ -50,10 +50,6 @@ if WITH_RUBY
SUBDIRS += rb
endif
-if WITH_HASKELL
-SUBDIRS += hs
-endif
-
if WITH_HAXE
SUBDIRS += haxe
endif
@@ -107,7 +103,6 @@ EXTRA_DIST = \
d \
delphi \
erl \
- hs \
ocaml \
shared.thrift \
tutorial.thrift \