Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hlint 3.1.5 #56582

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Formula/hlint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ class Hlint < Formula

desc "Haskell source code suggestions"
homepage "https://github.com/ndmitchell/hlint"
url "https://hackage.haskell.org/package/hlint-3.1.4/hlint-3.1.4.tar.gz"
sha256 "bbe132ae5e2a7428e6c5a53bbb224809163996d024bb260aebc66d6637b050f3"
url "https://hackage.haskell.org/package/hlint-3.1.5/hlint-3.1.5.tar.gz"
sha256 "98ced541cf094444ec1a69a48a3bbc67b4bec9ad5e6c006f4004de1502640c56"
head "https://github.com/ndmitchell/hlint.git"

bottle do
Expand All @@ -16,12 +16,13 @@ class Hlint < Formula
end

depends_on "cabal-install" => :build
depends_on "ghc@8.8" => :build
depends_on "ghc" => :build

uses_from_macos "ncurses"

def install
install_cabal_package :using => ["alex", "happy"]
system "cabal", "v2-update"
system "cabal", "v2-install", *std_cabal_v2_args
man1.install "data/hlint.1"
end

Expand Down