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

Felix Yan felixonmars at archlinux.org
Sun Apr 25 14:00:12 UTC 2021


    Date: Sunday, April 25, 2021 @ 14:00:12
  Author: felixonmars
Revision: 924188

upgpkg: stack 2.5.1-192: 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:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-25 13:53:30 UTC (rev 924187)
+++ PKGBUILD	2021-04-25 14:00:12 UTC (rev 924188)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.5.1
-pkgrel=191
+pkgrel=192
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("BSD")
@@ -20,14 +20,14 @@
          'haskell-neat-interpolation' 'haskell-network-uri' 'haskell-open-browser'
          'haskell-optparse-applicative' 'haskell-optparse-generic' 'haskell-optparse-simple'
          'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
-         'haskell-persistent-sqlite' 'haskell-persistent-template' 'haskell-primitive'
-         'haskell-project-template' 'haskell-regex-applicative-text' 'haskell-retry' 'haskell-rio'
+         'haskell-persistent-sqlite' 'haskell-primitive' 'haskell-project-template'
+         'haskell-regex-applicative-text' 'haskell-retry' 'haskell-rio'
          'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 'haskell-tar'
          'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls'
          'haskell-typed-process' 'haskell-unicode-transforms' 'haskell-unix-compat'
          'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml'
          'haskell-zip-archive' 'haskell-zlib')
-makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 'haskell-raw-strings-qq'
+makedepends=('ghc' 'uusi' 'git' 'haskell-quickcheck' 'haskell-hspec' 'haskell-raw-strings-qq'
              'haskell-smallcheck')
 checkdepends=('cabal-install')
 conflicts=('haskell-stack')
@@ -40,7 +40,7 @@
 
 prepare() {
   cd $pkgname
-  sed -i -e '/semigroups/d' $pkgname.cabal
+  uusi -d semigroups -d persistent-template $pkgname.cabal
   sed -i '1i{-# LANGUAGE DataKinds #-}' src/Stack/Storage/User.hs src/Stack/Storage/Project.hs
   patch -p1 -i ../optparse-applicative-0.16.patch
 }



More information about the arch-commits mailing list