agda: ghc is needed at runtime.
This commit is contained in:
parent
718d2f29cb
commit
4dd5afc53e
1 changed files with 1 additions and 1 deletions
|
@ -22,8 +22,8 @@ class Agda < Formula
|
|||
|
||||
option "without-epic-backend", "Exclude the 'epic' compiler backend"
|
||||
|
||||
depends_on "ghc" => :build
|
||||
depends_on "cabal-install" => :build
|
||||
depends_on "ghc"
|
||||
depends_on "gmp"
|
||||
depends_on "bdw-gc" if build.with? "epic-backend"
|
||||
|
||||
|
|
Loading…
Reference in a new issue