postgrest: depend on ghc@8.2 at build time (#25529)

This commit is contained in:
ilovezfs 2018-03-20 21:40:31 -07:00 committed by GitHub
parent aba62b31ae
commit 7b00ad7ff6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ class Postgrest < Formula
end
depends_on "cabal-install" => :build
depends_on "ghc" => :build
depends_on "ghc@8.2" => :build
depends_on "postgresql"
def install