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: update to 2.2.4 #16096

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/hlint/template
@@ -1,15 +1,15 @@
# Template file for 'hlint'
pkgname=hlint
version=2.1.11
revision=3
version=2.2.4
revision=1
build_style=haskell-stack
stackage="lts-13.2"
stackage="nightly-2019-11-02"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We stick to latest lts, because we prefer stable software.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

K having to close this, as the needed deps don't exist in the latest LTS.

short_desc="Haskell source code suggestions"
maintainer="Inokentiy Babushkin <twk@twki.de>"
license="BSD-3-Clause"
homepage="https://github.com/ndmitchell/hlint"
distfiles="https://github.com/ndmitchell/hlint/archive/v${version}.tar.gz"
checksum=edb6e18e9b8abceb6326212c4c20163516e88e80da734a504065b9fe833cccc4
checksum=268e14c856dc9fcf8cbc84d5f2bdfb517cc9b69c0b049fb4da361ab2f9949f36
nocross=yes # Can't yet cross compile Haskell
nopie_files="/usr/bin/hlint"

Expand Down