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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jun 20 06:36:10 UTC 2022


    Date: Monday, June 20, 2022 @ 06:36:09
  Author: felixonmars
Revision: 1238635

revert turtle update: incompatible with dhall

Modified:
  haskell-turtle/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-20 06:14:42 UTC (rev 1238634)
+++ PKGBUILD	2022-06-20 06:36:09 UTC (rev 1238635)
@@ -3,22 +3,24 @@
 
 _hkgname=turtle
 pkgname=haskell-turtle
-pkgver=1.6.1
-pkgrel=1
+pkgver=1.5.25
+pkgrel=19
 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-temporary' 'haskell-unix-compat')
-makedepends=('ghc' 'haskell-doctest' 'haskell-tasty' 'haskell-tasty-hunit')
+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')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('94575c10c084ad8173e63bcb304491b03158fada47d32976000a5dcb34ddca1141762765318d88860e94691f68a16c643020785dbb11a764aae2fb6c319fbc97')
+sha512sums=('e29fd8ff1e75ef2678d0cbb93e0593481e842481846c2b8dfec2fbf756b945d60b275190f5ac32381ec76c1129179ae8dbe054b838ff8dd3bba7f9d210e0259c')
 
 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