Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-timeit
Commits: 36d03c70 by Felix Yan at 2024-02-25T21:00:33+00:00 upgpkg: 2.0-20: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-timeit + pkgdesc = Time monadic computations with an IO base + pkgver = 2.0 + pkgrel = 20 + url = https://hackage.haskell.org/package/timeit + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/timeit/2.0/timeit-2.0.tar.gz + sha512sums = 3cbe554ddb17fbeb5f8be1f6459144921f8be4db0fa9571678980251ca397fca0700df61d0e5bd8466b0b2cdcedac8473ac53debbd9b4e9c239ebb37bec2845b + +pkgname = haskell-timeit ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=timeit pkgname=haskell-timeit pkgver=2.0 -pkgrel=19 +pkgrel=20 pkgdesc="Time monadic computations with an IO base" url="https://hackage.haskell.org/package/timeit" license=("BSD") @@ -18,8 +18,8 @@ build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-timeit/-/commit/36d03c704771769bc50615967ccda982780ad2d9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-timeit/-/commit/36d03c704771769bc50615967ccda982780ad2d9 You're receiving this email because of your account on gitlab.archlinux.org.
