agda: ghc is needed at runtime.

This commit is contained in:
Mike McQuaid 2015-01-25 09:56:51 +00:00
parent 718d2f29cb
commit 4dd5afc53e

View file

@ -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"