mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/ghc to 8.6.3-1
This commit is contained in:
parent
8b57ae4ad4
commit
718980bc12
1 changed files with 6 additions and 7 deletions
|
@ -17,7 +17,7 @@ shopt -s extglob
|
||||||
|
|
||||||
pkgbase=ghc
|
pkgbase=ghc
|
||||||
pkgname=(ghc-libs ghc ghc-static)
|
pkgname=(ghc-libs ghc ghc-static)
|
||||||
pkgver=8.6.2
|
pkgver=8.6.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='The Glasgow Haskell Compiler'
|
pkgdesc='The Glasgow Haskell Compiler'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -29,7 +29,7 @@ source=("https://downloads.haskell.org/~ghc/$pkgver/$pkgbase-${pkgver}-src.tar.x
|
||||||
ghc-rebuild-doc-index.hook ghc-register.hook ghc-unregister.hook
|
ghc-rebuild-doc-index.hook ghc-register.hook ghc-unregister.hook
|
||||||
0001-llvm-targets-Add-armv6l-unknown-linux-gnueabihf-and-.patch)
|
0001-llvm-targets-Add-armv6l-unknown-linux-gnueabihf-and-.patch)
|
||||||
noextract=("$pkgbase-${pkgver}-src.tar.xz")
|
noextract=("$pkgbase-${pkgver}-src.tar.xz")
|
||||||
sha512sums=('85f1617d67876bfbb1e3ea9666d322d49b5518f6192600cef11a6c4accb7a761b7fa31dd905c2ff09c22a3ab08f03c6a99abc1595c5634687f7b64b41ca6cbaf'
|
sha512sums=('2d55a9896c3c818fa0cacf8efb3a2753b112805637e78cf0800423c8c1f0c1c415b947e163c0ffaea5b2e7f1009c0122e49f13906e3df3cc74c171ef71abb132'
|
||||||
'afb119e4f665770c5704b97034d2488504eaa7afcddca2fb6b554079921cd2330599bcb5c36669f0d0e7856dd99ae1deeca1b0e97e2371a783f26e5ef9776ba9'
|
'afb119e4f665770c5704b97034d2488504eaa7afcddca2fb6b554079921cd2330599bcb5c36669f0d0e7856dd99ae1deeca1b0e97e2371a783f26e5ef9776ba9'
|
||||||
'bd65a369b618ec9bee46c028c2b6acff8f883f60f6cad6e5be8561fbcef6118278abec11bb86f9e6f92cb2e05ad74ec54611c1788e8ed95187d0091fcbbf8767'
|
'bd65a369b618ec9bee46c028c2b6acff8f883f60f6cad6e5be8561fbcef6118278abec11bb86f9e6f92cb2e05ad74ec54611c1788e8ed95187d0091fcbbf8767'
|
||||||
'd4bfdd4c8ad9ac612cf187fec150850e9f4068a4a4202503c00dba07ba26f804bc11d7181249f7e3452d7ede60dc5dedea34e73fdb584ac2953068b51c6fd5ad'
|
'd4bfdd4c8ad9ac612cf187fec150850e9f4068a4a4202503c00dba07ba26f804bc11d7181249f7e3452d7ede60dc5dedea34e73fdb584ac2953068b51c6fd5ad'
|
||||||
|
@ -113,15 +113,15 @@ package_ghc-libs() {
|
||||||
'haskell-deepseq=1.4.4.0'
|
'haskell-deepseq=1.4.4.0'
|
||||||
'haskell-directory=1.3.3.0'
|
'haskell-directory=1.3.3.0'
|
||||||
'haskell-filepath=1.4.2.1'
|
'haskell-filepath=1.4.2.1'
|
||||||
'haskell-ghc-boot=8.6.2'
|
'haskell-ghc-boot=8.6.3'
|
||||||
'haskell-ghc-boot-th=8.6.2'
|
'haskell-ghc-boot-th=8.6.3'
|
||||||
'haskell-ghc-compact=0.1.0.0'
|
'haskell-ghc-compact=0.1.0.0'
|
||||||
'haskell-ghc-heap=8.6.2'
|
'haskell-ghc-heap=8.6.3'
|
||||||
'haskell-ghc-prim=0.5.3'
|
'haskell-ghc-prim=0.5.3'
|
||||||
'haskell-haskeline=0.7.4.3'
|
'haskell-haskeline=0.7.4.3'
|
||||||
'haskell-hpc=0.6.0.3'
|
'haskell-hpc=0.6.0.3'
|
||||||
'haskell-integer-gmp=1.0.2.0'
|
'haskell-integer-gmp=1.0.2.0'
|
||||||
'haskell-libiserv=8.6.1'
|
'haskell-libiserv=8.6.3'
|
||||||
'haskell-mtl=2.2.2'
|
'haskell-mtl=2.2.2'
|
||||||
'haskell-parsec=3.1.13.0'
|
'haskell-parsec=3.1.13.0'
|
||||||
'haskell-pretty=1.1.3.6'
|
'haskell-pretty=1.1.3.6'
|
||||||
|
@ -166,7 +166,6 @@ package_ghc-libs() {
|
||||||
'haskell-xhtml'
|
'haskell-xhtml'
|
||||||
'haskell-cabal')
|
'haskell-cabal')
|
||||||
|
|
||||||
|
|
||||||
provides+=("haskell-ghci=$pkgver")
|
provides+=("haskell-ghci=$pkgver")
|
||||||
conflicts+=('haskell-ghci')
|
conflicts+=('haskell-ghci')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue