haskell-stack: depend on ghc@8.0
This commit is contained in:
parent
ccdfe4946c
commit
5220859296
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class HaskellStack < Formula
|
|||
|
||||
option "without-bootstrap", "Don't bootstrap a stage 2 stack"
|
||||
|
||||
depends_on "ghc" => :build
|
||||
depends_on "ghc@8.0" => :build
|
||||
depends_on "cabal-install" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue