hledger: depend on ghc@8.2 at build time (#25525)

This commit is contained in:
ilovezfs 2018-03-20 21:39:27 -07:00 committed by GitHub
parent 349666da15
commit 8a8cd7d41e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,8 @@ class Hledger < Formula
sha256 "1951e3a98d81fd781cb0c70c9f8f749095f91d0699ac8b6a2b8aecb14dfc8543" => :el_capitan
end
depends_on "ghc" => :build
depends_on "cabal-install" => :build
depends_on "ghc@8.2" => :build
def install
install_cabal_package :using => ["happy"]