From b5599252cff9d7c8e5bd8122b22a1a625ac0420b Mon Sep 17 00:00:00 2001 From: Fengyang Wang Date: Tue, 26 Sep 2017 13:43:04 -0400 Subject: [PATCH] Revert Compat dependency removal (#219) --- REQUIRE | 1 + src/Parser.jl | 1 + 2 files changed, 2 insertions(+) diff --git a/REQUIRE b/REQUIRE index 137767a..5c0d3d8 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1 +1,2 @@ julia 0.6 +Compat 0.30.0 diff --git a/src/Parser.jl b/src/Parser.jl index 943e2e8..3f93c65 100644 --- a/src/Parser.jl +++ b/src/Parser.jl @@ -1,5 +1,6 @@ module Parser # JSON +using Compat using ..Common """