# Conflicts:
#	src/tink/MacroApi.hx
This commit is contained in:
Juraj Kirchheim
2016-11-05 16:27:39 +01:00
2 changed files with 2 additions and 3 deletions

View File

@@ -11,8 +11,8 @@
"contributors": [
"back2dos"
],
"releasenote": "Expand build cache for 2 and 3 type parameters.",
"version": "0.10.0",
"releasenote": "Sidestep conflict with tink_core changes.",
"version": "0.11.0",
"url": "http://haxetink.org/tink_macro",
"dependencies": {
"tink_core": ""

View File

@@ -19,7 +19,6 @@ typedef Unops = tink.macro.Ops.Unary;
typedef MacroOutcome<D, F> = tink.core.Outcome<D, F>;
typedef MacroOutcomeTools = tink.OutcomeTools;
typedef Member = tink.macro.Member;
typedef Constructor = tink.macro.Constructor;
typedef ClassBuilder = tink.macro.ClassBuilder;