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

Felix Yan felixonmars at archlinux.org
Tue Feb 18 16:09:01 UTC 2020


    Date: Tuesday, February 18, 2020 @ 16:09:00
  Author: felixonmars
Revision: 575980

upgpkg: haskell-generic-lens 2.0.0.0-1: rebuild with generic-lens 2.0.0.0

Modified:
  haskell-generic-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 16:04:18 UTC (rev 575979)
+++ PKGBUILD	2020-02-18 16:09:00 UTC (rev 575980)
@@ -2,16 +2,16 @@
 
 _hkgname=generic-lens
 pkgname=haskell-generic-lens
-pkgver=1.2.0.1
-pkgrel=15
+pkgver=2.0.0.0
+pkgrel=1
 pkgdesc="Generically derive traversals, lenses and prisms"
 url="https://github.com/kcsongor/generic-lens"
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-profunctors' 'haskell-tagged')
+depends=('ghc-libs' 'haskell-generic-lens-core' 'haskell-profunctors')
 makedepends=('ghc' 'haskell-doctest' 'haskell-hunit' 'haskell-inspection-testing' 'haskell-lens')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('c3ca1d6b532893f1f6cd2a42ee97c3625cd4a3c1a748f85a891fa9ea6f6d4354fa8a87908c45ae671761e8b99b761a2ddf6d628602d3d7783e9c7c6418f80bed')
+sha512sums=('69340658b9931b57817c254e9cfc347f5aad2a843955c40f7fa350305d48fe7437ce36b561b9f8a7e81786f63d53cc796011b0ee4159143f9c2f2dd556829662')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list