ghc: update to 8.0.1.
This commit is contained in:
parent
2af567204d
commit
beb42b07d3
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ghc'
|
||||
pkgname=ghc
|
||||
# Keep this synchronized with http://www.stackage.org/lts
|
||||
version=7.10.3b
|
||||
version=8.0.1
|
||||
revision=1
|
||||
wrksrc="ghc-${version%[!0-9]}"
|
||||
patch_args="-Np1"
|
||||
|
@ -12,10 +12,10 @@ makedepends="libffi-devel gmp-devel ncurses-devel"
|
|||
depends="perl gcc libffi-devel gmp-devel"
|
||||
short_desc="Glorious Haskell Compiler"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="custom"
|
||||
license="BSD"
|
||||
homepage="http://www.haskell.org/ghc/"
|
||||
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
|
||||
nopie=yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue