From 7b58b2cf170acf63ae194977b9d92f4deb4f67f3 Mon Sep 17 00:00:00 2001 From: Inokentiy Babushkin Date: Sat, 29 Apr 2017 15:24:25 +0200 Subject: [PATCH] New package: hlint-2.0.5 Closes: #6289 [via git-merge-pr] --- srcpkgs/hlint/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/hlint/template diff --git a/srcpkgs/hlint/template b/srcpkgs/hlint/template new file mode 100644 index 00000000000..0ed04c5f5f9 --- /dev/null +++ b/srcpkgs/hlint/template @@ -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 " +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 +}