elm-format: depend on ghc@8.2 at build time (#25519)

This commit is contained in:
ilovezfs 2018-03-20 22:42:57 -07:00 committed by GitHub
parent bede62cbe0
commit de7d17a12a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,8 @@ class ElmFormat < Formula
sha256 "964df8c9e60c3ab2968fa6d6304beee5d0eefd993001a35e26da279b54e2e543" => :yosemite
end
depends_on "ghc" => :build
depends_on "cabal-install" => :build
depends_on "ghc@8.2" => :build
def install
(buildpath/"elm-format").install Dir["*"]