Skip to content

Commit

Permalink
ghc: remove head (#67360)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekingMeaning authored Dec 27, 2020
1 parent 75e4852 commit 4417d4d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Formula/ghc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@ class Ghc < Formula
sha256 "eb32eeadb989c83317d8509764f8c3584df9c7f5c168d930e074f24630c94969" => :mojave
end

head do
url "https://gitlab.haskell.org/ghc/ghc.git", branch: "ghc-8.10"

depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build

resource "cabal" do
url "https://hackage.haskell.org/package/cabal-install-3.2.0.0/cabal-install-3.2.0.0.tar.gz"
sha256 "a0555e895aaf17ca08453fde8b19af96725da8398e027aa43a49c1658a600cb0"
end
end

depends_on "[email protected]" => :build
depends_on "sphinx-doc" => :build

Expand Down

0 comments on commit 4417d4d

Please sign in to comment.