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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 21:11:40
  Author: felixonmars
Revision: 785263

upgpkg: haskell-heaps 0.3.6.1-10: rebuild with ghc 8.10.3

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 21:11:12 UTC (rev 785262)
+++ PKGBUILD2020-12-23 21:11:40 UTC (rev 785263)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')


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

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

upgpkg: haskell-heaps 0.3.6.1-9: rebuild with happy 1.20.0

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 11:44:45 UTC (rev 692767)
+++ PKGBUILD2020-08-30 11:45:30 UTC (rev 692768)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 06:18:19
  Author: felixonmars
Revision: 682273

upgpkg: haskell-heaps 0.3.6.1-8: rebuild with ghc 8.10.2

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 06:17:34 UTC (rev 682272)
+++ PKGBUILD2020-08-17 06:18:19 UTC (rev 682273)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')
@@ -24,7 +24,7 @@
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
 --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-heaps/trunk (PKGBUILD)

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

upgpkg: haskell-heaps 0.3.6.1-7: rebuild with ghc 8.10.1

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 11:10:27 UTC (rev 618055)
+++ PKGBUILD2020-04-23 11:10:57 UTC (rev 618056)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 21:42:41
  Author: felixonmars
Revision: 583322

upgpkg: haskell-heaps 0.3.6.1-6: rebuild with ghc 8.8.3

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 21:42:03 UTC (rev 583321)
+++ PKGBUILD2020-02-26 21:42:41 UTC (rev 583322)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')
@@ -37,6 +37,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-heaps/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 08:45:50
  Author: felixonmars
Revision: 571420

upgpkg: haskell-heaps 0.3.6.1-5: rebuild with ghc 8.8.2

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 08:45:14 UTC (rev 571419)
+++ PKGBUILD2020-02-15 08:45:50 UTC (rev 571420)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')


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

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

upgpkg: haskell-heaps 0.3.6.1-4: rebuild with ghc 8.8.1, cabal-doctest 1.0.7

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 19:19:18 UTC (rev 550475)
+++ PKGBUILD2020-01-08 19:19:55 UTC (rev 550476)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')


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

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

upgpkg: haskell-heaps 0.3.6.1-3

rebuild with ghc 8.6.5

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 01:11:58 UTC (rev 453642)
+++ PKGBUILD2019-04-25 01:12:33 UTC (rev 453643)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')


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

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

upgpkg: haskell-heaps 0.3.6.1-2

rebuild with ghc 8.6.4

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 16:26:10 UTC (rev 438416)
+++ PKGBUILD2019-03-09 16:27:49 UTC (rev 438417)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')


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

2019-02-07 Thread Felix Yan via arch-commits
Date: Thursday, February 7, 2019 @ 12:49:19
  Author: felixonmars
Revision: 429909

upgpkg: haskell-heaps 0.3.6.1-1

rebuild with heaps 0.3.6.1

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-07 12:46:42 UTC (rev 429908)
+++ PKGBUILD2019-02-07 12:49:19 UTC (rev 429909)
@@ -2,20 +2,20 @@
 
 _hkgname=heaps
 pkgname=haskell-heaps
-pkgver=0.3.6
-pkgrel=7
+pkgver=0.3.6.1
+pkgrel=1
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest')
+makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('e6145d45be01e85fef86921ffbe3c808f7f7cbb3ef2f74747756ff0f937ae9242f98755e701301de5584b0004d19c7eb54c46c5b6dc266a4bc2b9e5fefa2d52f')
+sha512sums=('7c3cfb4ca95538a51b418ab2d42171883c9c51860f63e6836d42845a43cead825016fce74ed5e866decf0a6812433c3ecd6989161f2303939bbcad8ef4aab0ef')
 
 prepare() {
 cd $_hkgname-$pkgver
-sed -i 's/< *0.14/<1/' $_hkgname.cabal
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 
 build() {
@@ -31,11 +31,6 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
 package() {
 cd $_hkgname-$pkgver
 


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

2019-01-21 Thread Felix Yan via arch-commits
Date: Monday, January 21, 2019 @ 08:22:49
  Author: felixonmars
Revision: 425816

upgpkg: haskell-heaps 0.3.6-7

rebuild with QuickCheck 2.12.6.1, servant 0.15, servant-server 0.15, 
servant-swagger 1.1.7, hspec-discover 2.7.0, hspec-meta 2.6.0, hspec-core 
2.7.0, hspec 2.7.0, hspec-contrib 0.5.1

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-21 08:22:25 UTC (rev 425815)
+++ PKGBUILD2019-01-21 08:22:49 UTC (rev 425816)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')


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

2018-12-10 Thread Felix Yan via arch-commits
Date: Monday, December 10, 2018 @ 11:37:26
  Author: felixonmars
Revision: 414059

upgpkg: haskell-heaps 0.3.6-6

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-10 11:35:02 UTC (rev 414058)
+++ PKGBUILD2018-12-10 11:37:26 UTC (rev 414059)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6
-pkgrel=5
+pkgrel=6
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')


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

2018-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 16, 2018 @ 06:11:31
  Author: felixonmars
Revision: 407843

upgpkg: haskell-heaps 0.3.6-5

rebuild with code-page 0.2

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-16 06:10:40 UTC (rev 407842)
+++ PKGBUILD2018-11-16 06:11:31 UTC (rev 407843)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6
-pkgrel=4
+pkgrel=5
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')


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

2018-11-07 Thread Felix Yan via arch-commits
Date: Wednesday, November 7, 2018 @ 12:11:49
  Author: felixonmars
Revision: 402744

upgpkg: haskell-heaps 0.3.6-4

rebuild with ghc 8.6.2

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-07 12:10:29 UTC (rev 402743)
+++ PKGBUILD2018-11-07 12:11:49 UTC (rev 402744)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')
@@ -22,7 +22,7 @@
 cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
@@ -39,9 +39,9 @@
 package() {
 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-heaps/trunk (PKGBUILD)

2018-10-31 Thread Felix Yan via arch-commits
Date: Wednesday, October 31, 2018 @ 11:32:17
  Author: felixonmars
Revision: 400059

upgpkg: haskell-heaps 0.3.6-3

rebuild with ansi-terminal 0.8.2

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-31 11:31:36 UTC (rev 400058)
+++ PKGBUILD2018-10-31 11:32:17 UTC (rev 400059)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')


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

2018-10-18 Thread Felix Yan via arch-commits
Date: Friday, October 19, 2018 @ 05:52:18
  Author: felixonmars
Revision: 397171

upgpkg: haskell-heaps 0.3.6-2

rebuild with base-compat 0.10.5

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-19 05:45:15 UTC (rev 397170)
+++ PKGBUILD2018-10-19 05:52:18 UTC (rev 397171)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps;
 license=('BSD')