Skip to content

Commit

Permalink
Merge pull request #204234 from Homebrew/pinboard-notes-backup-ghc910
Browse files Browse the repository at this point in the history
pinboard-notes-backup: build with `[email protected]`
  • Loading branch information
BrewTestBot authored Jan 14, 2025
2 parents 2470753 + 25f5d5e commit 04eccd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/p/pinboard-notes-backup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ class PinboardNotesBackup < Formula
end

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

uses_from_macos "zlib"

def install
system "cabal", "v2-update"
# Upper bound `tls` to work around "peer does not support Extended Main Secret" HandshakeFailure
# Ref: https://github.com/bdesham/pinboard-notes-backup/issues/1
system "cabal", "v2-install", *std_cabal_v2_args, "--constraint=tls<2"
system "cabal", "v2-install", "--constraint=tls<2", *std_cabal_v2_args
man1.install "man/pnbackup.1"
end

Expand Down

0 comments on commit 04eccd2

Please sign in to comment.