chrismccord / phoenix_haml

Phoenix Template Engine for Haml
MIT License
158 stars 42 forks source link

Remove Cowboy dependency #20

Closed hzeus closed 8 years ago

hzeus commented 8 years ago

This avoids getting the error message

Unchecked dependencies for environment test:
* cowboy (Hex package)
  the dependency cowboy

  > In mix.exs:
    {:cowboy, "~> 1.0.0", [hex: :cowboy, only: [:dev, :test]]}

  does not match the environments calculated for

  > In deps/phoenix/mix.exs:
    {:cowboy, "~> 1.0", [optional: true, hex: :cowboy]}

  Remove the :only restriction from your dep
** (Mix) Can't continue due to errors on dependencies

when running mix.test