THRIFT-3740 Fix haxelib.json classpath
Client: Haxe
Patch: Oleksii Prudkyi
diff --git a/lib/haxe/haxelib.json b/lib/haxe/haxelib.json
index 29dd78b..9f31884 100644
--- a/lib/haxe/haxelib.json
+++ b/lib/haxe/haxelib.json
@@ -7,5 +7,6 @@
 	"version": "1.0.0-alpha.160215",
 	"releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.",
 	"contributors": ["Apache Software Foundation (ASF)"],
-	"dependencies": { }
+	"dependencies": { },
+	"classPath": "src"
 }