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

Felix Yan felixonmars at archlinux.org
Thu Feb 18 20:52:07 UTC 2021


    Date: Thursday, February 18, 2021 @ 20:52:06
  Author: felixonmars
Revision: 865279

upgpkg: haskell-lens-action 0.2.5-1: rebuild with lens-action 0.2.5

Modified:
  haskell-lens-action/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-18 20:51:27 UTC (rev 865278)
+++ PKGBUILD	2021-02-18 20:52:06 UTC (rev 865279)
@@ -2,8 +2,8 @@
 
 _hkgname=lens-action
 pkgname=haskell-lens-action
-pkgver=0.2.4
-pkgrel=112
+pkgver=0.2.5
+pkgrel=1
 pkgdesc="Monadic Getters and Folds"
 url="https://github.com/ekmett/lens-action"
 license=('BSD')
@@ -10,15 +10,10 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 'haskell-lens'
          'haskell-profunctors' 'haskell-semigroupoids')
-makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest')
+makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('9fde7be03c4cc289e19cee5dd5695c247a71c2585f8e085033e862b158ddc062a138f500b7dd71e3eb9f51869759b83fb0f88309db53f24300aaa0076322b883')
+sha512sums=('9a1502af0f7531b66803974b0bbf6d0da2fc56d19b0a7eb8736a86aa13338199eb7d5e24621e3c90cf0a27c696124b0b48c19fe538fc47d6dde65f64eb94e7f7')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i '/semigroups/d' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list