Date: Thursday, June 9, 2022 @ 20:59:07 Author: felixonmars Revision: 1229821
upgpkg: haskell-snap-server 1.1.2.0-327: rebuild with unix-compat 0.6 (rebuild pass 1, specified --nocheck) Modified: haskell-snap-server/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-09 20:56:15 UTC (rev 1229820) +++ PKGBUILD 2022-06-09 20:59:07 UTC (rev 1229821) @@ -3,9 +3,9 @@ _hkgname=snap-server pkgname=haskell-snap-server pkgver=1.1.2.0 -pkgrel=326 +pkgrel=327 pkgdesc="A web server for the Snap Framework" -url="https://github.com/snapfamework/snap-server" +url="https://github.com/snapframework/snap-server" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-case-insensitive' @@ -22,7 +22,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -d bytestring-builder -u attoparsec -u base $_hkgname.cabal + uusi -d bytestring-builder -u attoparsec -u base -u unix-compat $_hkgname.cabal gen-setup }
