hsb2hs: rebuild against lts-6.2/ghc-7.10.3.
This commit is contained in:
parent
9b610e4253
commit
5c16f778a0
|
@ -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'
|
||||
pkgname=hsb2hs
|
||||
version=0.3.1
|
||||
revision=2
|
||||
nocross=yes
|
||||
revision=3
|
||||
build_style=haskell-stack
|
||||
stackage="lts-6.2"
|
||||
hostmakedepends="ghc stack"
|
||||
short_desc="Preprocesses a file, adding blobs from files as string literals"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
|
@ -11,6 +11,8 @@ license="3-clause-BSD"
|
|||
homepage="https://hackage.haskell.org/package/hsb2hs"
|
||||
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=8ad800820554f273ada083dfce2f463d920fb1ceb053255023a4c883b090f9d8
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue