hlint: update to 2.1.8.
This commit is contained in:
parent
e9064aa99f
commit
1627e6defb
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'hlint'
|
||||
pkgname=hlint
|
||||
version=2.0.11
|
||||
version=2.1.8
|
||||
revision=1
|
||||
build_style=haskell-stack
|
||||
nocross=yes # Can't yet cross compile Haskell
|
||||
stackage="lts-10.2"
|
||||
stackage="lts-12.0"
|
||||
short_desc="Haskell source code suggestions"
|
||||
maintainer="Inokentiy Babushkin <twk@twki.de>"
|
||||
license="BSD-3"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/ndmitchell/hlint"
|
||||
distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=be1b67a835c70a28ca3edcb6c042e1c66759167ab83a620034779027c40474e4
|
||||
checksum=ad94f0a5baf05b83603c4ef26c426c2769047c83dd11b659d6bf00bccf895a04
|
||||
nopie_files="/usr/bin/hlint"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue