elm-format: depend on ghc@8.2 at build time (#25519)
This commit is contained in:
parent
bede62cbe0
commit
de7d17a12a
1 changed files with 1 additions and 1 deletions
|
@ -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["*"]
|
||||
|
|
Loading…
Reference in a new issue