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

Felix Yan felixonmars at archlinux.org
Sun Apr 25 13:53:13 UTC 2021


    Date: Sunday, April 25, 2021 @ 13:53:12
  Author: felixonmars
Revision: 924186

upgpkg: haskell-pantry 0.5.1.5-14: rebuild with persistent 2.12.0.2, persistent-qq 2.12.0.0, persistent-sqlite 2.12.0.0, persistent-test 2.12.0.0, esqueleto 3.4.2.0

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-25 13:49:01 UTC (rev 924185)
+++ PKGBUILD	2021-04-25 13:53:12 UTC (rev 924186)
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.5.1.5
-pkgrel=13
+pkgrel=14
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry"
 license=('BSD')
@@ -14,11 +14,10 @@
          'haskell-hackage-security' 'haskell-hpack' 'haskell-http-client' 'haskell-http-client-tls'
          'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 'haskell-memory'
          'haskell-mono-traversable' 'haskell-network-uri' 'haskell-path' 'haskell-path-io'
-         'haskell-persistent' 'haskell-persistent-sqlite' 'haskell-persistent-template'
-         'haskell-primitive' 'haskell-resourcet' 'haskell-rio' 'haskell-rio-orphans'
-         'haskell-rio-prettyprint' 'haskell-tar-conduit' 'haskell-text-metrics'
-         'haskell-unix-compat' 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector'
-         'haskell-yaml' 'haskell-zip-archive')
+         'haskell-persistent' 'haskell-persistent-sqlite' 'haskell-primitive' 'haskell-resourcet'
+         'haskell-rio' 'haskell-rio-orphans' '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' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 'haskell-quickcheck'
              'haskell-raw-strings-qq')
 checkdepends=('git' 'mercurial')
@@ -28,6 +27,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     gen-setup
+    uusi -d persistent-template $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list