Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-authenticate-oauth


Commits:
c8facb75 by Felix Yan at 2025-10-13T23:01:31+08:00
upgpkg: 1.7-365: rebuild with cabal-fmt 0.1.7, cabal-install 3.10.3.0, 
cabal-install-parsers 0.6.1.1, cabal-install-solver 3.10.3.0, 
filepath-bytestring 1.5.2.0.1, fourmolu 0.12.0.0, ghc 9.6.6, ghc-exactprint 
1.7.1.0, ghc-lib-parser 9.6.6.20240701, ghc-lib-parser-ex 9.6.0.2, 
ghc-syntax-highlighter 0.0.10.0, hlint 3.6, ormolu 0.6.0.0, spdx 1.1, 
stylish-haskell 0.14.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = haskell-authenticate-oauth
        pkgdesc = Library to authenticate with OAuth for Haskell web 
applications.
        pkgver = 1.7
-       pkgrel = 364
+       pkgrel = 365
        url = https://github.com/yesodweb/authenticate
        arch = x86_64
        license = BSD
        makedepends = ghc
+       makedepends = uusi
        depends = ghc-libs
        depends = haskell-http-client
        depends = haskell-crypto-pubkey-types


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 _hkgname=authenticate-oauth
 pkgname=haskell-authenticate-oauth
 pkgver=1.7
-pkgrel=364
+pkgrel=365
 pkgdesc="Library to authenticate with OAuth for Haskell web applications."
 url="https://github.com/yesodweb/authenticate";
 license=('BSD')
@@ -11,10 +11,15 @@ arch=('x86_64')
 depends=('ghc-libs' 'haskell-http-client' 'haskell-crypto-pubkey-types' 
'haskell-rsa'
          'haskell-data-default' 'haskell-base64-bytestring' 'haskell-sha' 
'haskell-random'
          'haskell-http-types' 'haskell-blaze-builder' 
'haskell-transformers-compat')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 
sha512sums=('c216d05051971715a834f2831278833fb685d91b7c0c8c1cf9732a3b39795a2dcf596bf7e5670df25ee3713c64496599043a7ec0092c538c759f2965f1230e57')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u transformers
+}
+
 build() {
     cd $_hkgname-$pkgver
     



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-authenticate-oauth/-/commit/c8facb75064d7f5e2c98cb1e9ab909cbafcf2bbc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-authenticate-oauth/-/commit/c8facb75064d7f5e2c98cb1e9ab909cbafcf2bbc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to