Skip to content

Commit

Permalink
Use Compat for Dates (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosferican authored and nalimilan committed Nov 24, 2017
1 parent c08d4bb commit 130a2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia 0.6
Compat 0.31
Compat 0.37.0
2 changes: 1 addition & 1 deletion src/Missings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ __precompile__(true)
module Missings

import Base: *, <, ==, !=, <=, !, +, -, ^, /, &, |, xor
using Compat: AbstractRange
using Compat

export ismissing, missing, missings, Missing, MissingException, levels, skipmissing

Expand Down

0 comments on commit 130a2f3

Please sign in to comment.