Skip to content

Commit

Permalink
pandoc-citeproc: depend on ghc (#17922)
Browse files Browse the repository at this point in the history
instead of ghc@8.0
  • Loading branch information
ilovezfs committed Sep 11, 2017
1 parent bc1ac09 commit afb5a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/pandoc-citeproc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class PandocCiteproc < Formula
sha256 "8caeaa0f4d250b7587c5f944cbeb276cf2b9782b53da6840a975e81dffb0a894" => :yosemite
end

depends_on "ghc@8.0" => :build
depends_on "cabal-install" => :build
depends_on "ghc" => :build
depends_on "pandoc"

def install
Expand Down

0 comments on commit afb5a15

Please sign in to comment.