mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
hlint: update to 2.1.8.
This commit is contained in:
parent
e9064aa99f
commit
1627e6defb
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'hlint'
|
# Template file for 'hlint'
|
||||||
pkgname=hlint
|
pkgname=hlint
|
||||||
version=2.0.11
|
version=2.1.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
nocross=yes # Can't yet cross compile Haskell
|
nocross=yes # Can't yet cross compile Haskell
|
||||||
stackage="lts-10.2"
|
stackage="lts-12.0"
|
||||||
short_desc="Haskell source code suggestions"
|
short_desc="Haskell source code suggestions"
|
||||||
maintainer="Inokentiy Babushkin <twk@twki.de>"
|
maintainer="Inokentiy Babushkin <twk@twki.de>"
|
||||||
license="BSD-3"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/ndmitchell/hlint"
|
homepage="https://github.com/ndmitchell/hlint"
|
||||||
distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=be1b67a835c70a28ca3edcb6c042e1c66759167ab83a620034779027c40474e4
|
checksum=ad94f0a5baf05b83603c4ef26c426c2769047c83dd11b659d6bf00bccf895a04
|
||||||
nopie_files="/usr/bin/hlint"
|
nopie_files="/usr/bin/hlint"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue