summaryrefslogtreecommitdiff
path: root/databases/elixir-postgrex/files/patch-mix.exs
blob: 4a3d54a7ac51263756391c9bf9f19358f2d7e32a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- mix.exs.orig	2015-07-02 10:57:08 UTC
+++ mix.exs
@@ -23,9 +23,7 @@ defmodule Postgrex.Mixfile do
   end
 
   defp deps do
-    [{:ex_doc, only: :dev},
-     {:earmark, only: :dev},
-     {:decimal, "~> 1.0"}]
+    []
   end
 
   defp description do