hsb2hs: revbump for ghc 8.2.2.
This commit is contained in:
parent
231a5edc05
commit
a304e12d63
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'hsb2hs'
|
# Template file for 'hsb2hs'
|
||||||
pkgname=hsb2hs
|
pkgname=hsb2hs
|
||||||
version=0.3.1
|
version=0.3.1
|
||||||
revision=5
|
revision=6
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage="lts-9.4"
|
stackage="lts-10.2"
|
||||||
short_desc="Preprocesses a file, adding blobs from files as string literals"
|
short_desc="Preprocesses a file, adding blobs from files as string literals"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
|
@ -11,7 +11,7 @@ homepage="https://hackage.haskell.org/package/hsb2hs"
|
||||||
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=8ad800820554f273ada083dfce2f463d920fb1ceb053255023a4c883b090f9d8
|
checksum=8ad800820554f273ada083dfce2f463d920fb1ceb053255023a4c883b090f9d8
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nopie=yes
|
nopie_files="/usr/bin/hsb2hs"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue