Peaker/git-mediate

Add to Homebrew

yairchu opened this issue ยท 9 comments

Many folks probably skip trying git-mediate simply because the install process isn't just apt-get install git-mediate

pabs3 commented

I've asked the Debian Haskell team to package git-mediate, hopefully they will be interested.

clinty commented

It may help to add explicit copyright statements and get it added to Stackage.

It may help to add explicit copyright statements and get it added to Stackage.

What is the benefit of adding a program to stackage?

I just did stack install git-mediate --resolver=lts and it works fine.

clinty commented

If the dependency tree stays as simple as it is now, it probably doesn't matter, but in theory it ensures that there's early warning if dependency versions won't be coinstallable when Debian upgrades to versions corresponding to the relevant Stackage LTS.

pabs3 commented

git-mediate 1.0.8.1-1 has entered Debian unstable thanks to @clinty and the Debian archive admins.

It may help to add explicit copyright statements and get it added to Stackage.

It is now in stackage nightly. Thanks!

AjaiKN commented

I've submitted a PR to homebrew-core: Homebrew/homebrew-core#150035.

AjaiKN commented

I forgot to mention here, the PR was accepted and it's now in Homebrew.

brew install git-mediate

Fantastic, thanks!