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

2022-06-10 Thread Felix Yan via arch-commits
Date: Friday, June 10, 2022 @ 13:52:02
  Author: felixonmars
Revision: 1230186

upgpkg: haskell-microlens 0.4.13.0-1: rebuild with microlens 0.4.13.0

Modified:
  haskell-microlens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-06-10 13:49:07 UTC (rev 1230185)
+++ PKGBUILD2022-06-10 13:52:02 UTC (rev 1230186)
@@ -3,8 +3,8 @@
 
 _hkgname=microlens
 pkgname=haskell-microlens
-pkgver=0.4.12.0
-pkgrel=5
+pkgver=0.4.13.0
+pkgrel=1
 pkgdesc="A tiny lens library with no dependencies"
 url="https://github.com/monadfix/microlens;
 license=("BSD")
@@ -12,13 +12,13 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('6fb9d4b2ee97b9c20121979c40588ee06b901b14ca7eae6ca28e761b9137595c125ea581a4e54ab381e4e54256fa56bcd7aeee4aab618abb5e2b4285f7b70a62')
+sha512sums=('dacbab28ac54bab596a353e4707f2f83b4d4e4fa7e40dd14f3acaf4276f1e552a74decd7b1275966fa4dac2a3099dbb55f84b9306116a5e0242aaf5749dad36b')
 
 build() {
 cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
 runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script



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

2022-01-10 Thread Felix Yan via arch-commits
Date: Monday, January 10, 2022 @ 18:19:13
  Author: felixonmars
Revision: 1099728

upgpkg: haskell-microlens 0.4.12.0-5: rebuild with ghc 9.0.2

Modified:
  haskell-microlens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-01-10 18:18:46 UTC (rev 1099727)
+++ PKGBUILD2022-01-10 18:19:13 UTC (rev 1099728)
@@ -4,7 +4,7 @@
 _hkgname=microlens
 pkgname=haskell-microlens
 pkgver=0.4.12.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A tiny lens library with no dependencies"
 url="https://github.com/monadfix/microlens;
 license=("BSD")
@@ -19,7 +19,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
 runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script



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

2021-06-16 Thread Felix Yan via arch-commits
Date: Thursday, June 17, 2021 @ 00:36:45
  Author: felixonmars
Revision: 964502

upgpkg: haskell-microlens 0.4.12.0-4: rebuild with ghc 9.0.1

Modified:
  haskell-microlens/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-17 00:36:04 UTC (rev 964501)
+++ PKGBUILD2021-06-17 00:36:45 UTC (rev 964502)
@@ -4,7 +4,7 @@
 _hkgname=microlens
 pkgname=haskell-microlens
 pkgver=0.4.12.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A tiny lens library with no dependencies"
 url="https://github.com/monadfix/microlens;
 license=("BSD")


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

2021-06-06 Thread Felix Yan via arch-commits
Date: Sunday, June 6, 2021 @ 22:50:21
  Author: felixonmars
Revision: 956497

upgpkg: haskell-microlens 0.4.12.0-3: rebuild with ghc 8.10.5

Modified:
  haskell-microlens/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-06 22:49:56 UTC (rev 956496)
+++ PKGBUILD2021-06-06 22:50:21 UTC (rev 956497)
@@ -4,7 +4,7 @@
 _hkgname=microlens
 pkgname=haskell-microlens
 pkgver=0.4.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A tiny lens library with no dependencies"
 url="https://github.com/monadfix/microlens;
 license=("BSD")


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

2021-02-08 Thread Felix Yan via arch-commits
Date: Tuesday, February 9, 2021 @ 00:51:51
  Author: felixonmars
Revision: 850751

upgpkg: haskell-microlens 0.4.12.0-2: rebuild with ghc 8.10.4

Modified:
  haskell-microlens/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-02-09 00:51:24 UTC (rev 850750)
+++ PKGBUILD2021-02-09 00:51:51 UTC (rev 850751)
@@ -4,7 +4,7 @@
 _hkgname=microlens
 pkgname=haskell-microlens
 pkgver=0.4.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A tiny lens library with no dependencies"
 url="https://github.com/monadfix/microlens;
 license=("BSD")


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

2020-12-30 Thread Felix Yan via arch-commits
Date: Wednesday, December 30, 2020 @ 18:43:54
  Author: felixonmars
Revision: 800132

upgpkg: haskell-microlens 0.4.12.0-1: rebuild with microlens 0.4.12.0, 
microlens-ghc 0.4.13, microlens-platform 0.4.2

Modified:
  haskell-microlens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-30 18:33:24 UTC (rev 800131)
+++ PKGBUILD2020-12-30 18:43:54 UTC (rev 800132)
@@ -3,8 +3,8 @@
 
 _hkgname=microlens
 pkgname=haskell-microlens
-pkgver=0.4.11.2
-pkgrel=8
+pkgver=0.4.12.0
+pkgrel=1
 pkgdesc="A tiny lens library with no dependencies"
 url="https://github.com/monadfix/microlens;
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('16a70dc5b524dc5165faa6502bb74c7eb48a6eaa3ec9bd4bb16c6cbd6eccf5ab365e2e0e2e10e9e60b65e604de78dd62789b53a7c7d2ccd0da93bce5b09fadc8')
+sha512sums=('6fb9d4b2ee97b9c20121979c40588ee06b901b14ca7eae6ca28e761b9137595c125ea581a4e54ab381e4e54256fa56bcd7aeee4aab618abb5e2b4285f7b70a62')
 
 build() {
 cd $_hkgname-$pkgver