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

Felix Yan felixonmars at archlinux.org
Sun Mar 28 19:30:14 UTC 2021


    Date: Sunday, March 28, 2021 @ 19:30:14
  Author: felixonmars
Revision: 907814

upgpkg: haskell-pantry 0.5.1.5-1: rebuild with pantry 0.5.1.5

Modified:
  haskell-pantry/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-28 19:14:59 UTC (rev 907813)
+++ PKGBUILD	2021-03-28 19:30:14 UTC (rev 907814)
@@ -2,8 +2,8 @@
 
 _hkgname=pantry
 pkgname=haskell-pantry
-pkgver=0.5.1.4
-pkgrel=134
+pkgver=0.5.1.5
+pkgrel=1
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry"
 license=('BSD')
@@ -19,14 +19,15 @@
          'haskell-rio-prettyprint' 'haskell-tar-conduit' 'haskell-text-metrics'
          'haskell-unix-compat' 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector'
          'haskell-yaml' 'haskell-zip-archive')
-makedepends=('ghc' 'haskell-hedgehog' 'haskell-hspec' 'haskell-quickcheck' 'haskell-raw-strings-qq')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 'haskell-quickcheck'
+             'haskell-raw-strings-qq')
 checkdepends=('git' 'mercurial')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('e8285a3c1228b36898d957e56c726dd2b6d8e8d9283f08fe77c800f2030095a00ce76dde8277654a5dfd7523483f6ccd83beeefa2481c5a1bd56dc660312e239')
+sha512sums=('1be5d91e08f43bf7ea7013cac2650235b822d4d34a46a13ca8586e074baaeb41528c80dfaaeec82f0e5a884ab828b578b4065a1288ca6895fc18853fa7e8b7c9')
 
 prepare() {
     cd $_hkgname-$pkgver
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list