[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 23:10:04
  Author: felixonmars
Revision: 785670

upgpkg: haskell-data-accessor-template 0.2.1.16-16: rebuild with ghc 8.10.3

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 23:10:00 UTC (rev 785669)
+++ PKGBUILD2020-12-23 23:10:04 UTC (rev 785670)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=15
+pkgrel=16
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="https://www.haskell.org/haskellwiki/Record_access";
 license=("BSD")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 20:48:40
  Author: felixonmars
Revision: 693130

upgpkg: haskell-data-accessor-template 0.2.1.16-15: rebuild with happy 1.20.0

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 20:47:56 UTC (rev 693129)
+++ PKGBUILD2020-08-30 20:48:40 UTC (rev 693130)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=14
+pkgrel=15
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="https://www.haskell.org/haskellwiki/Record_access";
 license=("BSD")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 12:51:55
  Author: felixonmars
Revision: 682606

upgpkg: haskell-data-accessor-template 0.2.1.16-14: rebuild with ghc 8.10.2

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 12:51:20 UTC (rev 682605)
+++ PKGBUILD2020-08-17 12:51:55 UTC (rev 682606)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=13
+pkgrel=14
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="https://www.haskell.org/haskellwiki/Record_access";
 license=("BSD")
@@ -25,7 +25,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
-runhaskell Setup build
+runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 23:12:12
  Author: felixonmars
Revision: 618438

upgpkg: haskell-data-accessor-template 0.2.1.16-13: rebuild with ghc 8.10.1

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 23:11:45 UTC (rev 618437)
+++ PKGBUILD2020-04-23 23:12:12 UTC (rev 618438)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=12
+pkgrel=13
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="https://www.haskell.org/haskellwiki/Record_access";
 license=("BSD")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2020-03-21 Thread Felix Yan via arch-commits
Date: Sunday, March 22, 2020 @ 01:53:31
  Author: felixonmars
Revision: 603334

upgpkg: haskell-data-accessor-template 0.2.1.16-12: rebuild with utility-ht 
0.0.15

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-22 01:53:00 UTC (rev 60)
+++ PKGBUILD2020-03-22 01:53:31 UTC (rev 603334)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=11
+pkgrel=12
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="https://www.haskell.org/haskellwiki/Record_access";
 license=("BSD")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2020-02-27 Thread Felix Yan via arch-commits
Date: Thursday, February 27, 2020 @ 09:12:36
  Author: felixonmars
Revision: 583703

upgpkg: haskell-data-accessor-template 0.2.1.16-11: rebuild with ghc 8.8.3

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-27 09:12:00 UTC (rev 583702)
+++ PKGBUILD2020-02-27 09:12:36 UTC (rev 583703)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=10
+pkgrel=11
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="https://www.haskell.org/haskellwiki/Record_access";
 license=("BSD")
@@ -38,6 +38,6 @@
 install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
 install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
 runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 18:03:37
  Author: felixonmars
Revision: 571811

upgpkg: haskell-data-accessor-template 0.2.1.16-10: rebuild with ghc 8.8.2

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 18:02:55 UTC (rev 571810)
+++ PKGBUILD2020-02-15 18:03:37 UTC (rev 571811)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=9
+pkgrel=10
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="https://www.haskell.org/haskellwiki/Record_access";
 license=("BSD")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 23:51:43
  Author: felixonmars
Revision: 550897

upgpkg: haskell-data-accessor-template 0.2.1.16-9: rebuild with ghc 8.8.1, 
cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, 
regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 23:49:04 UTC (rev 550896)
+++ PKGBUILD2020-01-08 23:51:43 UTC (rev 550897)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=8
+pkgrel=9
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="https://www.haskell.org/haskellwiki/Record_access";
 license=("BSD")
@@ -14,6 +14,11 @@
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('428b4bc9703f63e5457654c500aefb5c257ec030c0554fc31bd5b629bd281d7e4adda320e3bf22bca4a32b440d6eb3697503eafd92532791580a89cf1c196696')
 
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.15/<3/' $_hkgname.cabal
+}
+
 build() {
 cd $_hkgname-$pkgver
 


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2019-06-03 Thread Antonio Rojas via arch-commits
Date: Monday, June 3, 2019 @ 21:00:39
  Author: arojas
Revision: 476775

https

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-03 21:00:10 UTC (rev 476774)
+++ PKGBUILD2019-06-03 21:00:39 UTC (rev 476775)
@@ -6,7 +6,7 @@
 pkgver=0.2.1.16
 pkgrel=8
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
-url="http://www.haskell.org/haskellwiki/Record_access";
+url="https://www.haskell.org/haskellwiki/Record_access";
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' "haskell-data-accessor" "haskell-utility-ht")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2019-05-23 Thread Felix Yan via arch-commits
Date: Thursday, May 23, 2019 @ 13:21:37
  Author: felixonmars
Revision: 469322

upgpkg: haskell-data-accessor-template 0.2.1.16-8

rebuild with data-accessor 0.2.3

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-23 13:21:04 UTC (rev 469321)
+++ PKGBUILD2019-05-23 13:21:37 UTC (rev 469322)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=7
+pkgrel=8
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("BSD")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2019-04-26 Thread Felix Yan via arch-commits
Date: Friday, April 26, 2019 @ 07:24:46
  Author: felixonmars
Revision: 454141

upgpkg: haskell-data-accessor-template 0.2.1.16-7

rebuild with ghc 8.6.5

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 07:21:49 UTC (rev 454140)
+++ PKGBUILD2019-04-26 07:24:46 UTC (rev 454141)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=6
+pkgrel=7
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("BSD")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2019-03-09 Thread Felix Yan via arch-commits
Date: Sunday, March 10, 2019 @ 01:02:05
  Author: felixonmars
Revision: 438864

upgpkg: haskell-data-accessor-template 0.2.1.16-6

rebuild with ghc 8.6.4

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 01:01:34 UTC (rev 438863)
+++ PKGBUILD2019-03-10 01:02:05 UTC (rev 438864)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=5
+pkgrel=6
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("BSD")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2018-12-09 Thread Felix Yan via arch-commits
Date: Monday, December 10, 2018 @ 01:03:39
  Author: felixonmars
Revision: 413623

upgpkg: haskell-data-accessor-template 0.2.1.16-5

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-10 01:03:04 UTC (rev 413622)
+++ PKGBUILD2018-12-10 01:03:39 UTC (rev 413623)
@@ -4,10 +4,10 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=4
+pkgrel=5
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' "haskell-data-accessor" "haskell-utility-ht")
 makedepends=('ghc')


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 22:16:45
  Author: felixonmars
Revision: 402331

upgpkg: haskell-data-accessor-template 0.2.1.16-4

rebuild with ghc 8.6.2

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 22:16:07 UTC (rev 402330)
+++ PKGBUILD2018-11-06 22:16:45 UTC (rev 402331)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=3
+pkgrel=4
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")
@@ -15,10 +15,10 @@
 
sha512sums=('428b4bc9703f63e5457654c500aefb5c257ec030c0554fc31bd5b629bd281d7e4adda320e3bf22bca4a32b440d6eb3697503eafd92532791580a89cf1c196696')
 
 build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+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 \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
@@ -28,11 +28,11 @@
 }
 
 package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
 }


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2018-10-15 Thread Felix Yan via arch-commits
Date: Monday, October 15, 2018 @ 11:28:23
  Author: felixonmars
Revision: 394084

upgpkg: haskell-data-accessor-template 0.2.1.16-3

rebuild with ghc 8.6.1

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-15 11:27:45 UTC (rev 394083)
+++ PKGBUILD2018-10-15 11:28:23 UTC (rev 394084)
@@ -4,7 +4,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=2
+pkgrel=3
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2018-09-05 Thread Felix Yan via arch-commits
Date: Wednesday, September 5, 2018 @ 21:47:49
  Author: felixonmars
Revision: 377063

upgpkg: haskell-data-accessor-template 0.2.1.16-2

rebuild with data-accessor 0.2.2.8

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-05 21:47:10 UTC (rev 377062)
+++ PKGBUILD2018-09-05 21:47:49 UTC (rev 377063)
@@ -5,7 +5,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2018-09-01 Thread Felix Yan via arch-commits
Date: Saturday, September 1, 2018 @ 07:50:48
  Author: felixonmars
Revision: 375901

upgpkg: haskell-data-accessor-template 0.2.1.16-1

rebuild with data-accessor-template 0.2.1.16

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-31 22:00:41 UTC (rev 375900)
+++ PKGBUILD2018-09-01 07:50:48 UTC (rev 375901)
@@ -4,8 +4,8 @@
 
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
-pkgver=0.2.1.15
-pkgrel=3
+pkgver=0.2.1.16
+pkgrel=1
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs' "haskell-data-accessor" "haskell-utility-ht")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('d9f8f90ff5c1a53732f1e0c27393ca388976105cef951d909d50dee59c32fdbd5aaf6c38b94a7cb019da32ec6c8ff480c28807f40b52cbff12a4c8e83f8d9100')
+sha512sums=('428b4bc9703f63e5457654c500aefb5c257ec030c0554fc31bd5b629bd281d7e4adda320e3bf22bca4a32b440d6eb3697503eafd92532791580a89cf1c196696')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 15:40:01
  Author: felixonmars
Revision: 336186

upgpkg: haskell-data-accessor-template 0.2.1.15-3

rebuild with ghc 8.4.3

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 15:39:26 UTC (rev 336185)
+++ PKGBUILD2018-06-01 15:40:01 UTC (rev 336186)
@@ -5,7 +5,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.15
-pkgrel=2
+pkgrel=3
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2018-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 18, 2018 @ 04:47:28
  Author: felixonmars
Revision: 324114

upgpkg: haskell-data-accessor-template 0.2.1.15-2

rebuild with ghc 8.4.2

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 04:46:31 UTC (rev 324113)
+++ PKGBUILD2018-05-18 04:47:28 UTC (rev 324114)
@@ -5,7 +5,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.15
-pkgrel=1
+pkgrel=2
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2018-03-21 Thread Felix Yan via arch-commits
Date: Wednesday, March 21, 2018 @ 12:21:11
  Author: felixonmars
Revision: 309854

upgpkg: haskell-data-accessor-template 0.2.1.15-1

rebuild with data-accessor-template,0.2.1.15

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-21 12:18:23 UTC (rev 309853)
+++ PKGBUILD2018-03-21 12:21:11 UTC (rev 309854)
@@ -4,8 +4,8 @@
 
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
-pkgver=0.2.1.14
-pkgrel=4
+pkgver=0.2.1.15
+pkgrel=1
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs' "haskell-data-accessor" "haskell-utility-ht")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('69405dedf4dad116ec1d1ffae5aaded60e43c27884dc3f78ff4c4f24e599a273a2785f00875cd0f4dd7f48eb42530134b8fe5dee80f0d77e36e71dd3cc82c016')
+sha512sums=('d9f8f90ff5c1a53732f1e0c27393ca388976105cef951d909d50dee59c32fdbd5aaf6c38b94a7cb019da32ec6c8ff480c28807f40b52cbff12a4c8e83f8d9100')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2017-11-26 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 17:41:45
  Author: felixonmars
Revision: 268927

upgpkg: haskell-data-accessor-template 0.2.1.14-4

rebuild with ghc 8.2.2

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 17:41:14 UTC (rev 268926)
+++ PKGBUILD2017-11-26 17:41:45 UTC (rev 268927)
@@ -5,7 +5,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.14
-pkgrel=3
+pkgrel=4
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2017-09-24 Thread Felix Yan
Date: Sunday, September 24, 2017 @ 08:37:45
  Author: felixonmars
Revision: 260383

upgpkg: haskell-data-accessor-template 0.2.1.14-3

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-24 08:37:20 UTC (rev 260382)
+++ PKGBUILD2017-09-24 08:37:45 UTC (rev 260383)
@@ -5,7 +5,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.14
-pkgrel=2
+pkgrel=3
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")
@@ -18,7 +18,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+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
 runhaskell Setup build
@@ -36,7 +36,4 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-# Remove static libs
-find "$pkgdir"/usr/lib -name "*.a" -delete
 }


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2017-08-15 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 23:01:32
  Author: felixonmars
Revision: 251221

upgpkg: haskell-data-accessor-template 0.2.1.14-2

GHC 8.2.1 rebuild

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 23:00:28 UTC (rev 251220)
+++ PKGBUILD2017-08-15 23:01:32 UTC (rev 251221)
@@ -5,12 +5,13 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.14
-pkgrel=1
+pkgrel=2
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-data-accessor" "haskell-utility-ht")
+depends=('ghc-libs' "haskell-data-accessor" "haskell-utility-ht")
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('69405dedf4dad116ec1d1ffae5aaded60e43c27884dc3f78ff4c4f24e599a273a2785f00875cd0f4dd7f48eb42530134b8fe5dee80f0d77e36e71dd3cc82c016')
 
@@ -21,7 +22,6 @@
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -33,8 +33,6 @@
 
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2017-08-02 Thread Felix Yan
Date: Wednesday, August 2, 2017 @ 17:49:12
  Author: felixonmars
Revision: 247521

upgpkg: haskell-data-accessor-template 0.2.1.14-1

rebuild with data-accessor-template,0.2.1.14

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-02 17:43:35 UTC (rev 247520)
+++ PKGBUILD2017-08-02 17:49:12 UTC (rev 247521)
@@ -4,15 +4,15 @@
 
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
-pkgver=0.2.1.13
-pkgrel=5
+pkgver=0.2.1.14
+pkgrel=1
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-data-accessor" "haskell-utility-ht")
+depends=('ghc' "haskell-data-accessor" "haskell-utility-ht")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('ea947385d3619cecf628221316bd5b441889f548b999b017b353581a1e7a3958')
+sha512sums=('69405dedf4dad116ec1d1ffae5aaded60e43c27884dc3f78ff4c4f24e599a273a2785f00875cd0f4dd7f48eb42530134b8fe5dee80f0d77e36e71dd3cc82c016')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 15:45:18
  Author: felixonmars
Revision: 237709

upgpkg: haskell-data-accessor-template 0.2.1.13-5

rebuild with ghc,8.0.2

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 15:44:00 UTC (rev 237708)
+++ PKGBUILD2017-06-16 15:45:18 UTC (rev 237709)
@@ -5,12 +5,12 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.13
-pkgrel=4
+pkgrel=5
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-data-accessor" "haskell-utility-ht")
+depends=("ghc" "haskell-data-accessor" "haskell-utility-ht")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('ea947385d3619cecf628221316bd5b441889f548b999b017b353581a1e7a3958')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2017-06-03 Thread Felix Yan
Date: Sunday, June 4, 2017 @ 02:49:31
  Author: felixonmars
Revision: 233916

upgpkg: haskell-data-accessor-template 0.2.1.13-4

rebuild with utility-ht,0.0.14

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-04 02:47:29 UTC (rev 233915)
+++ PKGBUILD2017-06-04 02:49:31 UTC (rev 233916)
@@ -5,7 +5,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.13
-pkgrel=3
+pkgrel=4
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2017-03-25 Thread Felix Yan
Date: Saturday, March 25, 2017 @ 15:38:55
  Author: felixonmars
Revision: 218956

upgpkg: haskell-data-accessor-template 0.2.1.13-3

rebuild with utility-ht,0.0.13

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-25 15:36:57 UTC (rev 218955)
+++ PKGBUILD2017-03-25 15:38:55 UTC (rev 218956)
@@ -5,13 +5,13 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.13
-pkgrel=2
+pkgrel=3
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-data-accessor" "haskell-utility-ht")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('ea947385d3619cecf628221316bd5b441889f548b999b017b353581a1e7a3958')
 
 build() {


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 16:17:01
  Author: felixonmars
Revision: 188373

upgpkg: haskell-data-accessor-template 0.2.1.13-2

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 16:16:37 UTC (rev 188372)
+++ PKGBUILD2016-09-03 16:17:01 UTC (rev 188373)
@@ -5,7 +5,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-data-accessor-template/trunk (PKGBUILD)

2016-07-01 Thread Felix Yan
Date: Saturday, July 2, 2016 @ 05:24:34
  Author: felixonmars
Revision: 181777

upgpkg: haskell-data-accessor-template 0.2.1.13-1

rebuild with Glob-0.7.8, JuicyPixels-3.2.7.2, aeson-pretty-0.8.1, 
data-accessor-template-0.2.1.13, http-client-0.4.30, http-conduit-2.1.11

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-02 05:17:29 UTC (rev 181776)
+++ PKGBUILD2016-07-02 05:24:34 UTC (rev 181777)
@@ -4,8 +4,8 @@
 
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
-pkgver=0.2.1.12
-pkgrel=2
+pkgver=0.2.1.13
+pkgrel=1
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")
@@ -12,15 +12,8 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-data-accessor" "haskell-utility-ht")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('07042d79a2f26892ef0b847a36a78f8fc217843a47dd8684d24ffbb7174e795e')
+sha256sums=('ea947385d3619cecf628221316bd5b441889f548b999b017b353581a1e7a3958')
 
-prepare() {
-sed -i 's/template-haskell >=2.4 && <2.11/template-haskell >=2.4 \&\& 
<2.12/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-sed -e 's/DataD _ _ params cons/DataD _ _ params Nothing cons/' \
--e 's/NewtypeD _ _ params con/NewtypeD _ _ params Nothing con/' \
--i ${_hkgname}-${pkgver}/src-5/Data/Accessor/Template.hs
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"