[arch-commits] Commit in haskell-brittany/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri May 14 22:07:20 UTC 2021
Date: Friday, May 14, 2021 @ 22:07:20
Author: felixonmars
Revision: 934388
upgpkg: haskell-brittany 0.13.1.1-13: rebuild with hspec 2.8.0, hspec-core 2.8.0, hspec-discover 2.8.0, tasty-hspec 1.1.7
Modified:
haskell-brittany/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-14 21:33:21 UTC (rev 934387)
+++ PKGBUILD 2021-05-14 22:07:20 UTC (rev 934388)
@@ -3,7 +3,7 @@
_hkgname=brittany
pkgname=haskell-brittany
pkgver=0.13.1.1
-pkgrel=12
+pkgrel=13
pkgdesc="Haskell source code formatter"
url="https://github.com/lspitzner/brittany/"
license=("AGPL")
@@ -18,7 +18,7 @@
prepare() {
cd $_hkgname-$pkgver
- uusi -r semigroups:Cabal $_hkgname.cabal
+ uusi -r semigroups:Cabal -u hspec $_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
More information about the arch-commits
mailing list