mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
ghc: update to 8.0.1.
This commit is contained in:
parent
2af567204d
commit
beb42b07d3
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ghc'
|
# Template file for 'ghc'
|
||||||
pkgname=ghc
|
pkgname=ghc
|
||||||
# Keep this synchronized with http://www.stackage.org/lts
|
# Keep this synchronized with http://www.stackage.org/lts
|
||||||
version=7.10.3b
|
version=8.0.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="ghc-${version%[!0-9]}"
|
wrksrc="ghc-${version%[!0-9]}"
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
@ -12,10 +12,10 @@ makedepends="libffi-devel gmp-devel ncurses-devel"
|
||||||
depends="perl gcc libffi-devel gmp-devel"
|
depends="perl gcc libffi-devel gmp-devel"
|
||||||
short_desc="Glorious Haskell Compiler"
|
short_desc="Glorious Haskell Compiler"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="custom"
|
license="BSD"
|
||||||
homepage="http://www.haskell.org/ghc/"
|
homepage="http://www.haskell.org/ghc/"
|
||||||
distfiles="http://www.haskell.org/ghc/dist/${version%[!0-9]}/${pkgname}-${version%[!0-9]}-src.tar.xz"
|
distfiles="http://www.haskell.org/ghc/dist/${version%[!0-9]}/${pkgname}-${version%[!0-9]}-src.tar.xz"
|
||||||
checksum=cf90cedce1c28fd0e2b9e72fe8a938756668d18ea1fcc884a19f698658ac4fef
|
checksum=90fb20cd8712e3c0fbeb2eac8dab6894404c21569746655b9b12ca9684c7d1d2
|
||||||
nocross=yes # ask chris2 before wasting time trying to do that
|
nocross=yes # ask chris2 before wasting time trying to do that
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue