summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2014-04-22 23:04:20 -0500
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2014-04-22 23:04:20 -0500
commit82525becdcb6c6c3b913bbd5cf21e40175156a54 (patch)
tree0edc55733704e615b147a10fcaf47ef10b561181 /mix.exs
parentAdd package declaration (diff)
Add missing hex initialization
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index f20c3d6..14581bf 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,3 +1,5 @@
+Code.ensure_loaded?(Hex) and Hex.start
+
defmodule ExIrc.Mixfile do
use Mix.Project