[arch-commits] Commit in haskell-turtle/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Jun 18 15:17:21 UTC 2022
Date: Saturday, June 18, 2022 @ 15:17:20
Author: felixonmars
Revision: 1238413
upgpkg: haskell-turtle 1.6.1-1: rebuild with turtle 1.6.1
Modified:
haskell-turtle/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-18 14:35:03 UTC (rev 1238412)
+++ PKGBUILD 2022-06-18 15:17:20 UTC (rev 1238413)
@@ -3,24 +3,22 @@
_hkgname=turtle
pkgname=haskell-turtle
-pkgver=1.5.25
-pkgrel=19
+pkgver=1.6.1
+pkgrel=1
pkgdesc="Shell programming, Haskell-style"
url="https://github.com/Gabriel439/Haskell-Turtle-Library"
license=('BSD')
arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock'
- 'haskell-foldl' 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative'
- 'haskell-optional-args' 'haskell-streaming-commons' 'haskell-system-fileio'
- 'haskell-system-filepath' 'haskell-temporary' 'haskell-unix-compat')
-makedepends=('ghc' 'uusi' 'haskell-doctest')
+depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 'haskell-foldl'
+ 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 'haskell-optional-args'
+ 'haskell-streaming-commons' 'haskell-temporary' 'haskell-unix-compat')
+makedepends=('ghc' 'haskell-doctest' 'haskell-tasty' 'haskell-tasty-hunit')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('e29fd8ff1e75ef2678d0cbb93e0593481e842481846c2b8dfec2fbf756b945d60b275190f5ac32381ec76c1129179ae8dbe054b838ff8dd3bba7f9d210e0259c')
+sha512sums=('94575c10c084ad8173e63bcb304491b03158fada47d32976000a5dcb34ddca1141762765318d88860e94691f68a16c643020785dbb11a764aae2fb6c319fbc97')
prepare() {
cd $_hkgname-$pkgver
sed -i 's/]/, "-dynamic"]/' test/Main.hs
- uusi -u unix-compat $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list