[arch-commits] Commit in haskell-tomland/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Jul 15 13:39:20 UTC 2021
Date: Thursday, July 15, 2021 @ 13:39:19
Author: felixonmars
Revision: 977292
upgpkg: haskell-tomland 1.3.3.0-26: rebuild with megaparsec 9.1.0
Modified:
haskell-tomland/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-15 13:22:24 UTC (rev 977291)
+++ PKGBUILD 2021-07-15 13:39:19 UTC (rev 977292)
@@ -4,7 +4,7 @@
_hkgname=tomland
pkgname=haskell-tomland
pkgver=1.3.3.0
-pkgrel=25
+pkgrel=26
pkgdesc="Implementation of bidirectional TOML serialization."
url="https://github.com/kowainik/tomland"
license=('MPL2')
@@ -19,7 +19,7 @@
prepare(){
cd $_hkgname-$pkgver
gen-setup
- uusi -u hspec $_hkgname.cabal
+ uusi -u hspec -u megaparsec $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list