postgrest: depend on ghc@8.2 at build time (#25529)
This commit is contained in:
parent
aba62b31ae
commit
7b00ad7ff6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Postgrest < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "cabal-install" => :build
|
depends_on "cabal-install" => :build
|
||||||
depends_on "ghc" => :build
|
depends_on "ghc@8.2" => :build
|
||||||
depends_on "postgresql"
|
depends_on "postgresql"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue