mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
hsb2hs: rebuild against lts-6.2/ghc-7.10.3.
This commit is contained in:
parent
9b610e4253
commit
5c16f778a0
2 changed files with 4 additions and 8 deletions
|
@ -1,6 +0,0 @@
|
||||||
flags: {}
|
|
||||||
packages:
|
|
||||||
- .
|
|
||||||
extra-deps:
|
|
||||||
- preprocessor-tools-1.0.1
|
|
||||||
resolver: lts-3.5
|
|
|
@ -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=2
|
revision=3
|
||||||
nocross=yes
|
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
|
stackage="lts-6.2"
|
||||||
hostmakedepends="ghc stack"
|
hostmakedepends="ghc stack"
|
||||||
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="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
@ -11,6 +11,8 @@ license="3-clause-BSD"
|
||||||
homepage="https://hackage.haskell.org/package/hsb2hs"
|
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
|
||||||
|
nopie=yes
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue