Skip to content
Snippets Groups Projects
Commit 97b44899 authored by Felix Yan's avatar Felix Yan
Browse files

rebuild with ghc 9.0.1

parent 848bdd88
No related branches found
No related tags found
No related merge requests found
......@@ -4,16 +4,21 @@
_hkgname=bzlib
pkgname=haskell-bzlib
pkgver=0.5.1.0
pkgrel=6
pkgrel=7
pkgdesc="Compression and decompression in the bzip2 format"
url="https://hackage.haskell.org/package/${_hkgname}"
license=('BSD')
arch=('x86_64')
depends=('ghc-libs' 'bzip2')
makedepends=('ghc')
makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('2d4e200abc8ef7f158b4b726e81a389d5018615dd04f5704f50323498f5a1991e217a05abd10f86cab791326bc95802d22a17b55656e5289cb07ca93698a1537')
prepare() {
cd $_hkgname-$pkgver
uusi -u base $_hkgname.cabal
}
build() {
cd $_hkgname-$pkgver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment