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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 23:16:45
  Author: felixonmars
Revision: 785695

upgpkg: haskell-only 0.1-18: rebuild with ghc 8.10.3

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 23:16:25 UTC (rev 785694)
+++ PKGBUILD2020-12-23 23:16:45 UTC (rev 785695)
@@ -4,7 +4,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=17
+pkgrel=18
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("BSD")


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 18:30:50
  Author: felixonmars
Revision: 692912

upgpkg: haskell-only 0.1-17: rebuild with happy 1.20.0

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 18:29:53 UTC (rev 692911)
+++ PKGBUILD2020-08-30 18:30:50 UTC (rev 692912)
@@ -4,7 +4,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=16
+pkgrel=17
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("BSD")


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 07:03:42
  Author: felixonmars
Revision: 682373

upgpkg: haskell-only 0.1-16: rebuild with ghc 8.10.2

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 07:03:09 UTC (rev 682372)
+++ PKGBUILD2020-08-17 07:03:42 UTC (rev 682373)
@@ -4,7 +4,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=15
+pkgrel=16
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("BSD")
@@ -20,7 +20,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-only/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 13:55:04
  Author: felixonmars
Revision: 618152

upgpkg: haskell-only 0.1-15: rebuild with ghc 8.10.1

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 13:54:36 UTC (rev 618151)
+++ PKGBUILD2020-04-23 13:55:04 UTC (rev 618152)
@@ -4,7 +4,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=14
+pkgrel=15
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("BSD")


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 22:21:49
  Author: felixonmars
Revision: 583420

upgpkg: haskell-only 0.1-14: rebuild with ghc 8.8.3

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 22:21:15 UTC (rev 583419)
+++ PKGBUILD2020-02-26 22:21:49 UTC (rev 583420)
@@ -4,7 +4,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=13
+pkgrel=14
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("BSD")
@@ -33,6 +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
 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-only/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 14:09:04
  Author: felixonmars
Revision: 571527

upgpkg: haskell-only 0.1-13: rebuild with ghc 8.8.2

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 14:08:28 UTC (rev 571526)
+++ PKGBUILD2020-02-15 14:09:04 UTC (rev 571527)
@@ -4,7 +4,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=12
+pkgrel=13
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("BSD")


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 20:07:27
  Author: felixonmars
Revision: 550593

upgpkg: haskell-only 0.1-12: rebuild with ghc 8.8.1, cabal-doctest 1.0.7

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 20:06:54 UTC (rev 550592)
+++ PKGBUILD2020-01-08 20:07:27 UTC (rev 550593)
@@ -4,7 +4,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=11
+pkgrel=12
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("BSD")


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

2019-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 12:34:22
  Author: felixonmars
Revision: 453797

upgpkg: haskell-only 0.1-11

rebuild with ghc 8.6.5

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 12:31:01 UTC (rev 453796)
+++ PKGBUILD2019-04-25 12:34:22 UTC (rev 453797)
@@ -4,7 +4,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=10
+pkgrel=11
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("BSD")


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 17:16:41
  Author: felixonmars
Revision: 438525

upgpkg: haskell-only 0.1-10

rebuild with ghc 8.6.4

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 17:15:35 UTC (rev 438524)
+++ PKGBUILD2019-03-09 17:16:41 UTC (rev 438525)
@@ -4,7 +4,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=9
+pkgrel=10
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("BSD")


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 22:15:21
  Author: felixonmars
Revision: 413322

upgpkg: haskell-only 0.1-9

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 22:14:51 UTC (rev 413321)
+++ PKGBUILD2018-12-09 22:15:21 UTC (rev 413322)
@@ -4,10 +4,10 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=8
+pkgrel=9
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 19:44:33
  Author: felixonmars
Revision: 402008

upgpkg: haskell-only 0.1-8

rebuild with ghc 8.6.1

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 19:43:57 UTC (rev 402007)
+++ PKGBUILD2018-11-06 19:44:33 UTC (rev 402008)
@@ -4,7 +4,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=7
+pkgrel=8
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("custom:BSD3")
@@ -15,10 +15,10 @@
 
sha512sums=('6b64178a433079449b6840b03345e70f2c5c03e322184a60d3ff2f4d0ae48be87042ff32dc1cabe1911b6c43f7162090ee067aa582c6d5ab56610ca4897a33de')
 
 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-only/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 18:15:37
  Author: felixonmars
Revision: 393744

upgpkg: haskell-only 0.1-7

rebuild with ghc 8.6.1

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 18:15:04 UTC (rev 393743)
+++ PKGBUILD2018-10-14 18:15:37 UTC (rev 393744)
@@ -4,7 +4,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=6
+pkgrel=7
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("custom:BSD3")


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

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 09:59:56
  Author: felixonmars
Revision: 335846

upgpkg: haskell-only 0.1-6

rebuild with ghc 8.4.3

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 09:59:19 UTC (rev 335845)
+++ PKGBUILD2018-06-01 09:59:56 UTC (rev 335846)
@@ -5,7 +5,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=5
+pkgrel=6
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("custom:BSD3")


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 13:07:39
  Author: felixonmars
Revision: 323762

upgpkg: haskell-only 0.1-5

rebuild with ghc 8.4.2

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 13:07:07 UTC (rev 323761)
+++ PKGBUILD2018-05-17 13:07:39 UTC (rev 323762)
@@ -5,7 +5,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=4
+pkgrel=5
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("custom:BSD3")


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

2017-11-25 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 05:03:45
  Author: felixonmars
Revision: 268510

upgpkg: haskell-only 0.1-4

rebuild with ghc 8.2.2

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 05:03:15 UTC (rev 268509)
+++ PKGBUILD2017-11-26 05:03:45 UTC (rev 268510)
@@ -5,7 +5,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=3
+pkgrel=4
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("custom:BSD3")


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

2017-09-24 Thread Felix Yan
Date: Sunday, September 24, 2017 @ 08:17:33
  Author: felixonmars
Revision: 260358

upgpkg: haskell-only 0.1-3

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-24 08:17:12 UTC (rev 260357)
+++ PKGBUILD2017-09-24 08:17:33 UTC (rev 260358)
@@ -5,7 +5,7 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('ab7aa193e8c257d3bda6b0b3c1cbcf74cdaa85ab08cb20c2dd62ba248c1ab265')
+sha512sums=('6b64178a433079449b6840b03345e70f2c5c03e322184a60d3ff2f4d0ae48be87042ff32dc1cabe1911b6c43f7162090ee067aa582c6d5ab56610ca4897a33de')
 
 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-only/trunk (PKGBUILD)

2017-08-14 Thread Felix Yan
Date: Monday, August 14, 2017 @ 18:46:33
  Author: felixonmars
Revision: 250426

upgpkg: haskell-only 0.1-2

GHC 8.2.1 rebuild

Modified:
  haskell-only/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 18:45:15 UTC (rev 250425)
+++ PKGBUILD2017-08-14 18:46:33 UTC (rev 250426)
@@ -5,12 +5,13 @@
 _hkgname=Only
 pkgname=haskell-only
 pkgver=0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='The 1-tuple type or single-value "collection"'
 url="https://github.com/hvr/Only";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc")
+depends=('ghc-libs')
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('ab7aa193e8c257d3bda6b0b3c1cbcf74cdaa85ab08cb20c2dd62ba248c1ab265')
 
@@ -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"