summaryrefslogtreecommitdiff
path: root/devel/elixir-decimal/files/patch-mix.exs
blob: bed1f7a314d8cda06a0ee551689de86abbd44325 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- mix.exs.orig	2016-10-03 08:27:45 UTC
+++ mix.exs
@@ -7,7 +7,6 @@ defmodule Decimal.Mixfile do
     [app: :decimal,
      version: @version,
      elixir: "~> 1.0",
-     deps: deps(),
      name: "Decimal",
      source_url: "https://github.com/ericmj/decimal",
      docs: [source_ref: "v#{@version}", main: "readme", extras: ["README.md"]],