Skip to content

Commit

Permalink
Merge pull request #4 from diegozea/patch-1
Browse files Browse the repository at this point in the history
This allows FastaIO precompilation
  • Loading branch information
carlobaldassi committed Sep 5, 2016
2 parents 9b22ffa + 6d19c56 commit c027d0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FastaIO.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
isdefined(Base, :__precompile__) && __precompile__()

module FastaIO

using Compat
Expand Down

0 comments on commit c027d0e

Please sign in to comment.