Date: Wednesday, May 19, 2021 @ 12:57:10 Author: felixonmars Revision: 936429
upgpkg: haskell-brittany 0.13.1.2-1: rebuild with brittany 0.13.1.2 Modified: haskell-brittany/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-19 12:52:07 UTC (rev 936428) +++ PKGBUILD 2021-05-19 12:57:10 UTC (rev 936429) @@ -2,8 +2,8 @@ _hkgname=brittany pkgname=haskell-brittany -pkgver=0.13.1.1 -pkgrel=13 +pkgver=0.13.1.2 +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=('b6689636f971b865c83cc07265de3523da10b7357334c2bc710882c2a2dbdef112b1820a86bf976b3cc4b61bcd13728dae834d25e32d4ea88cf82321ac94574f') +sha512sums=('4f18de98284979e6c1f78af5eefa0d6699f044ae562b94e58244e454f4a7c2f7dd3a2861fb58da8c9413caa39a2183d6a3d8517140c6fc8da9b705b6154e7062') prepare() { cd $_hkgname-$pkgver - uusi -r semigroups:Cabal -u hspec $_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
