[arch-commits] Commit in haskell-floskell/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri May 14 19:50:22 UTC 2021


    Date: Friday, May 14, 2021 @ 19:50:21
  Author: felixonmars
Revision: 934329

upgpkg: haskell-floskell 0.10.5-90: rebuild with hspec 2.8.0, hspec-core 2.8.0, hspec-discover 2.8.0, tasty-hspec 1.1.7

Modified:
  haskell-floskell/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-14 19:46:20 UTC (rev 934328)
+++ PKGBUILD	2021-05-14 19:50:21 UTC (rev 934329)
@@ -3,7 +3,7 @@
 _hkgname=floskell
 pkgname=haskell-floskell
 pkgver=0.10.5
-pkgrel=89
+pkgrel=90
 pkgdesc="A flexible Haskell source code pretty printer"
 url="https://github.com/ennocramer/floskell"
 license=("BSD")
@@ -17,7 +17,7 @@
 
 prepare() {
   cd $_hkgname-floskell-$pkgver
-  uusi -u attoparsec $_hkgname.cabal
+  uusi -u attoparsec -u hspec $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list