Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-monads-tf
Commits: 77b021a6 by Felix Yan at 2024-02-25T21:02:37+00:00 upgpkg: 0.1.0.3-24: rebuild with GHC 9.2.8 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = haskell-monads-tf + pkgdesc = Monad classes, using type families + pkgver = 0.1.0.3 + pkgrel = 24 + url = https://hackage.haskell.org/package/monads-tf + arch = x86_64 + license = BSD + makedepends = ghc + depends = ghc-libs + source = https://hackage.haskell.org/packages/archive/monads-tf/0.1.0.3/monads-tf-0.1.0.3.tar.gz + sha512sums = e1be602c584b42390b617cee164c8cb1c4bb17093c44033275924f273c94212e53faceb35aeabadf43e68f9631830e41266858daa10aa2f3af6300ebc20f3ea4 + +pkgname = haskell-monads-tf ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=monads-tf pkgname=haskell-monads-tf pkgver=0.1.0.3 -pkgrel=23 +pkgrel=24 pkgdesc="Monad classes, using type families" url="https://hackage.haskell.org/package/${_hkgname}" 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-monads-tf/-/commit/77b021a624f5306a680681229f8c22874ed89169 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-monads-tf/-/commit/77b021a624f5306a680681229f8c22874ed89169 You're receiving this email because of your account on gitlab.archlinux.org.
