elm: fix dependency order

This commit is contained in:
commitay 2018-09-17 20:08:31 +10:00
parent 6dfefd93cd
commit ffb3b1d0ca

View file

@ -16,8 +16,8 @@ class Elm < Formula
sha256 "e2a5f47750fb6a487e5220a3ac234b209acdb7edcde7e42c2ebe2507f8a3a5cf" => :el_capitan
end
depends_on "ghc@8.2" => :build
depends_on "cabal-install" => :build
depends_on "ghc@8.2" => :build
def install
# elm-compiler needs to be staged in a subdirectory for the build process to succeed