New package: hlint-2.0.5

Closes: #6289 [via git-merge-pr]
This commit is contained in:
Inokentiy Babushkin 2017-04-29 15:24:25 +02:00 committed by Michael Aldridge
parent 42fd87fe49
commit 7b58b2cf17

18
srcpkgs/hlint/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'hoogle'
pkgname=hlint
version=2.0.5
revision=1
build_style=haskell-stack
nocross=yes # Can't yet cross compile Haskell
stackage="lts-8.12"
short_desc="Haskell source code suggestions"
maintainer="Inokentiy Babushkin <twk@twki.de>"
license="BSD-3"
homepage="https://github.com/ndmitchell/hlint"
distfiles="https://github.com/ndmitchell/${pkgname}/archive/v${version}.tar.gz"
checksum="7547bc716e69367bb808f878c528bd9f014fa84de202b89c0f70fe96fb3c9421"
nopie=yes
post_install() {
vlicense LICENSE
}