Date: Tuesday, March 30, 2021 @ 11:52:01 Author: felixonmars Revision: 910451
upgpkg: haskell-brittany 0.13.1.1-1: rebuild with brittany 0.13.1.1 Modified: haskell-brittany/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-30 11:31:51 UTC (rev 910450) +++ PKGBUILD 2021-03-30 11:52:01 UTC (rev 910451) @@ -2,8 +2,8 @@ _hkgname=brittany pkgname=haskell-brittany -pkgver=0.13.1.0 -pkgrel=78 +pkgver=0.13.1.1 +pkgrel=1 pkgdesc="Haskell source code formatter" url="https://github.com/lspitzner/brittany/" license=("AGPL") @@ -14,11 +14,11 @@ 'haskell-strict' 'haskell-syb' 'haskell-uniplate' 'haskell-unsafe' 'haskell-yaml') makedepends=('ghc' 'uusi' 'haskell-hspec') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('9dfcbe49214e9cc8f696555a2c8249df2418644af55a1f514059b8c8a470638cde2d5c78723150f7a6441c35267a997ab7d09a1e10431422589eeb30f84ad972') +sha512sums=('b6689636f971b865c83cc07265de3523da10b7357334c2bc710882c2a2dbdef112b1820a86bf976b3cc4b61bcd13728dae834d25e32d4ea88cf82321ac94574f') prepare() { cd $_hkgname-$pkgver - uusi -r semigroups:Cabal -u random -u ghc-exactprint $_hkgname.cabal + uusi -r semigroups:Cabal $_hkgname.cabal # Hack to use Cabal's compatibility layer of semigroups sed -i 's/import Data.Semigroup.Generic/import Distribution.Compat.Semigroup/' src/Language/Haskell/Brittany/Internal/Config/Types.hs
