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

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 08:38:24
  Author: felixonmars
Revision: 571398

upgpkg: haskell-graphscc 1.0.4-16: rebuild with ghc 8.8.2

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 08:37:50 UTC (rev 571397)
+++ PKGBUILD2020-02-15 08:38:24 UTC (rev 571398)
@@ -4,7 +4,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=15
+pkgrel=16
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 21:36:50
  Author: felixonmars
Revision: 583308

upgpkg: haskell-graphscc 1.0.4-17: rebuild with ghc 8.8.3

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 21:36:16 UTC (rev 583307)
+++ PKGBUILD2020-02-26 21:36:50 UTC (rev 583308)
@@ -4,7 +4,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=16
+pkgrel=17
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 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-graphscc/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 11:10:18
  Author: felixonmars
Revision: 618054

upgpkg: haskell-graphscc 1.0.4-18: rebuild with ghc 8.10.1

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 11:09:51 UTC (rev 618053)
+++ PKGBUILD2020-04-23 11:10:18 UTC (rev 618054)
@@ -4,7 +4,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=17
+pkgrel=18
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 19:12:31
  Author: felixonmars
Revision: 550460

upgpkg: haskell-graphscc 1.0.4-15: rebuild with ghc 8.8.1, cabal-doctest 1.0.7

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 19:11:58 UTC (rev 550459)
+++ PKGBUILD2020-01-08 19:12:31 UTC (rev 550460)
@@ -4,7 +4,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=14
+pkgrel=15
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2019-04-24 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 01:06:01
  Author: felixonmars
Revision: 453627

upgpkg: haskell-graphscc 1.0.4-14

rebuild with ghc 8.6.5

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 01:05:31 UTC (rev 453626)
+++ PKGBUILD2019-04-25 01:06:01 UTC (rev 453627)
@@ -4,7 +4,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=13
+pkgrel=14
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 16:19:27
  Author: felixonmars
Revision: 438401

upgpkg: haskell-graphscc 1.0.4-13

rebuild with ghc 8.6.4

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 16:18:55 UTC (rev 438400)
+++ PKGBUILD2019-03-09 16:19:27 UTC (rev 438401)
@@ -4,7 +4,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=12
+pkgrel=13
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 11:44:32
  Author: felixonmars
Revision: 692766

upgpkg: haskell-graphscc 1.0.4-20: rebuild with happy 1.20.0

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 11:43:57 UTC (rev 692765)
+++ PKGBUILD2020-08-30 11:44:32 UTC (rev 692766)
@@ -4,7 +4,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=19
+pkgrel=20
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 06:17:23
  Author: felixonmars
Revision: 682271

upgpkg: haskell-graphscc 1.0.4-19: rebuild with ghc 8.10.2

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 06:16:49 UTC (rev 682270)
+++ PKGBUILD2020-08-17 06:17:23 UTC (rev 682271)
@@ -4,7 +4,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=18
+pkgrel=19
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 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 
-fsplit-base
-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-graphscc/trunk (PKGBUILD)

2017-11-25 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 05:02:52
  Author: felixonmars
Revision: 268508

upgpkg: haskell-graphscc 1.0.4-7

rebuild with ghc 8.2.2

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 05:02:18 UTC (rev 268507)
+++ PKGBUILD2017-11-26 05:02:52 UTC (rev 268508)
@@ -5,7 +5,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 22:24:18
  Author: felixonmars
Revision: 785513

upgpkg: haskell-graphscc 1.0.4-21: rebuild with ghc 8.10.3

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 22:23:56 UTC (rev 785512)
+++ PKGBUILD2020-12-23 22:24:18 UTC (rev 785513)
@@ -4,7 +4,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=20
+pkgrel=21
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2015-10-11 Thread Felix Yan
Date: Monday, October 12, 2015 @ 02:36:24
  Author: fyan
Revision: 143713

fix pkgdesc

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-12 00:28:00 UTC (rev 143712)
+++ PKGBUILD2015-10-12 00:36:24 UTC (rev 143713)
@@ -6,7 +6,7 @@
 pkgname=haskell-graphscc
 pkgver=1.0.4
 pkgrel=1
-pkgdesc="A binary serialization library"
+pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:20:34
  Author: foutrelis
Revision: 152219

GHC 7.10.3 rebuild

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:20:31 UTC (rev 152218)
+++ PKGBUILD2015-12-10 15:20:34 UTC (rev 152219)
@@ -5,12 +5,12 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.2")
+depends=("ghc=7.10.3")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"


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

2017-09-23 Thread Felix Yan
Date: Saturday, September 23, 2017 @ 14:42:53
  Author: felixonmars
Revision: 259944

upgpkg: haskell-graphscc 1.0.4-6

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-23 14:42:23 UTC (rev 259943)
+++ PKGBUILD2017-09-23 14:42:53 UTC (rev 259944)
@@ -5,7 +5,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 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=('789d93e6188845f009779b1c800b043f524587a21d324be8594d09b0f8e86cf1')
+sha512sums=('0ef058c98d41869fa44a85a8b425b8ee55e649e966ec3554a6aa4d4c798338b6072c45ffe8aab5d9ca2bcebbeb1fdd5b75d1313b87e7f81b88e33c00954c78c8')
 
 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 
-fsplit-base
 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-graphscc/trunk (PKGBUILD)

2017-08-14 Thread Felix Yan
Date: Monday, August 14, 2017 @ 18:44:50
  Author: felixonmars
Revision: 250424

upgpkg: haskell-graphscc 1.0.4-5

GHC 8.2.1 rebuild

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 18:43:45 UTC (rev 250423)
+++ PKGBUILD2017-08-14 18:44:50 UTC (rev 250424)
@@ -5,23 +5,23 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 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=('789d93e6188845f009779b1c800b043f524587a21d324be8594d09b0f8e86cf1')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid -fsplit-base
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
-fsplit-base
 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
@@ -30,11 +30,9 @@
 
 package() {
 cd "${srcdir}/${_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"
-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-graphscc/trunk (PKGBUILD)

2017-06-17 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 16:56:26
  Author: felixonmars
Revision: 237973

upgpkg: haskell-graphscc 1.0.4-4

rebuild with ghc,8.0.2

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 16:55:00 UTC (rev 237972)
+++ PKGBUILD2017-06-17 16:56:26 UTC (rev 237973)
@@ -5,12 +5,12 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1")
+depends=("ghc")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('789d93e6188845f009779b1c800b043f524587a21d324be8594d09b0f8e86cf1')
 
@@ -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 -fsplit-base
 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-graphscc/trunk (PKGBUILD)

2017-04-26 Thread Felix Yan
Date: Wednesday, April 26, 2017 @ 08:38:39
  Author: felixonmars
Revision: 225529

use https

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 08:38:31 UTC (rev 225528)
+++ PKGBUILD2017-04-26 08:38:39 UTC (rev 225529)
@@ -7,11 +7,11 @@
 pkgver=1.0.4
 pkgrel=3
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
-url="http://hackage.haskell.org/package/${_hkgname}";
+url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
-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=('789d93e6188845f009779b1c800b043f524587a21d324be8594d09b0f8e86cf1')
 
 build() {


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 20:52:27
  Author: felixonmars
Revision: 413206

upgpkg: haskell-graphscc 1.0.4-12

rebuild with ghc 8.6.3

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 20:51:57 UTC (rev 413205)
+++ PKGBUILD2018-12-09 20:52:27 UTC (rev 413206)
@@ -4,10 +4,10 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=11
+pkgrel=12
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')


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

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

upgpkg: haskell-graphscc 1.0.4-10

rebuild with ghc 8.6.1

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 15:17:32 UTC (rev 393629)
+++ PKGBUILD2018-10-14 15:18:09 UTC (rev 393630)
@@ -4,7 +4,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=9
+pkgrel=10
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 18:54:25
  Author: felixonmars
Revision: 401887

upgpkg: haskell-graphscc 1.0.4-11

rebuild with ghc 8.6.1

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 18:53:47 UTC (rev 401886)
+++ PKGBUILD2018-11-06 18:54:25 UTC (rev 401887)
@@ -4,7 +4,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=10
+pkgrel=11
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
@@ -15,10 +15,10 @@
 
sha512sums=('0ef058c98d41869fa44a85a8b425b8ee55e649e966ec3554a6aa4d4c798338b6072c45ffe8aab5d9ca2bcebbeb1fdd5b75d1313b87e7f81b88e33c00954c78c8')
 
 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 
-fsplit-base
 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-graphscc/trunk (PKGBUILD)

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 19:36:36
  Author: felixonmars
Revision: 324052

upgpkg: haskell-graphscc 1.0.4-8

rebuild with ghc 8.4.2

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 19:35:58 UTC (rev 324051)
+++ PKGBUILD2018-05-17 19:36:36 UTC (rev 324052)
@@ -5,7 +5,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=7
+pkgrel=8
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

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

upgpkg: haskell-graphscc 1.0.4-9

rebuild with ghc 8.4.3

Modified:
  haskell-graphscc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 15:17:24 UTC (rev 336141)
+++ PKGBUILD2018-06-01 15:18:18 UTC (rev 336142)
@@ -5,7 +5,7 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-graphscc/trunk (PKGBUILD haskell-graphscc.install)

2016-05-25 Thread Felix Yan
Date: Wednesday, May 25, 2016 @ 18:53:23
  Author: fyan
Revision: 177046

upgpkg: haskell-graphscc 1.0.4-3

rebuild with ghc-8.0.1, base-prelude-1.0.1.1, cabal-install-1.24.0.0, 
cairo-0.13.2.0, cmark-0.5.2.1, data-default-0.7.0, data-default-class-0.1.0, 
extra-1.4.7, generic-trie-0.3.0.2, glib-0.13.3.0, gtk3-0.14.3, 
haddock-api-2.17.2, haddock-library-1.4.1, js-jquery-1.12.4, memory-0.13, 
microlens-0.4.4.0, network-multicast-0.1.1, pango-0.13.2.0, 
simple-sendfile-0.2.24, stack-1.1.2, texmath-0.8.6.3, wai-3.2.1.1

Modified:
  haskell-graphscc/trunk/PKGBUILD
Deleted:
  haskell-graphscc/trunk/haskell-graphscc.install

--+
 PKGBUILD |   11 +--
 haskell-graphscc.install |   18 --
 2 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-25 16:53:12 UTC (rev 177045)
+++ PKGBUILD2016-05-25 16:53:23 UTC (rev 177046)
@@ -5,15 +5,13 @@
 _hkgname=GraphSCC
 pkgname=haskell-graphscc
 pkgver=1.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Tarjan's algorithm for computing the strongly connected components of 
a graph"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3")
-options=('staticlibs')
+depends=("ghc=8.0.1")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-install="${pkgname}.install"
 sha256sums=('789d93e6188845f009779b1c800b043f524587a21d324be8594d09b0f8e86cf1')
 
 build() {
@@ -26,6 +24,7 @@
 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
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
@@ -32,8 +31,8 @@
 package() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+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}"

Deleted: haskell-graphscc.install
===
--- haskell-graphscc.install2016-05-25 16:53:12 UTC (rev 177045)
+++ haskell-graphscc.install2016-05-25 16:53:23 UTC (rev 177046)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-graphscc
-post_install() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_upgrade() {
-  ${HS_DIR}/unregister.sh
-}
-post_upgrade() {
-  ${HS_DIR}/register.sh
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}
-pre_remove() {
-  ${HS_DIR}/unregister.sh
-}
-post_remove() {
-  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
-}