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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 21:22:09
  Author: felixonmars
Revision: 785303

upgpkg: haskell-syb 0.7.1-8: rebuild with ghc 8.10.3

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 21:21:47 UTC (rev 785302)
+++ PKGBUILD2020-12-23 21:22:09 UTC (rev 785303)
@@ -6,7 +6,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7.1
-pkgrel=7
+pkgrel=8
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 19:47:53
  Author: felixonmars
Revision: 693028

upgpkg: haskell-syb 0.7.1-7: rebuild with happy 1.20.0

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 19:46:56 UTC (rev 693027)
+++ PKGBUILD2020-08-30 19:47:53 UTC (rev 693028)
@@ -6,7 +6,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7.1
-pkgrel=6
+pkgrel=7
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

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

upgpkg: haskell-syb 0.7.1-6: rebuild with ghc 8.10.2

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 08:00:04 UTC (rev 682496)
+++ PKGBUILD2020-08-17 08:00:42 UTC (rev 682497)
@@ -6,7 +6,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7.1
-pkgrel=5
+pkgrel=6
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')
@@ -22,7 +22,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-syb/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 15:29:34
  Author: felixonmars
Revision: 618282

upgpkg: haskell-syb 0.7.1-5: rebuild with ghc 8.10.1

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 15:28:58 UTC (rev 618281)
+++ PKGBUILD2020-04-23 15:29:34 UTC (rev 618282)
@@ -6,7 +6,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7.1
-pkgrel=4
+pkgrel=5
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 23:19:21
  Author: felixonmars
Revision: 583564

upgpkg: haskell-syb 0.7.1-4: rebuild with ghc 8.8.3

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 23:18:46 UTC (rev 583563)
+++ PKGBUILD2020-02-26 23:19:21 UTC (rev 583564)
@@ -6,7 +6,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')
@@ -35,6 +35,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-syb/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 16:11:20
  Author: felixonmars
Revision: 571681

upgpkg: haskell-syb 0.7.1-3: rebuild with ghc 8.8.2

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 16:10:43 UTC (rev 571680)
+++ PKGBUILD2020-02-15 16:11:20 UTC (rev 571681)
@@ -6,7 +6,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 22:32:20
  Author: felixonmars
Revision: 550767

upgpkg: haskell-syb 0.7.1-2: 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

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 22:31:38 UTC (rev 550766)
+++ PKGBUILD2020-01-08 22:32:20 UTC (rev 550767)
@@ -6,7 +6,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2019-06-27 Thread Felix Yan via arch-commits
Date: Thursday, June 27, 2019 @ 07:10:36
  Author: felixonmars
Revision: 484672

upgpkg: haskell-syb 0.7.1-1

rebuild with syb 0.7.1

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-27 07:08:35 UTC (rev 484671)
+++ PKGBUILD2019-06-27 07:10:36 UTC (rev 484672)
@@ -5,8 +5,8 @@
 
 _hkgname=syb
 pkgname=haskell-syb
-pkgver=0.7
-pkgrel=11
+pkgver=0.7.1
+pkgrel=1
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')
@@ -14,7 +14,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b1bc61cfb828dcf344784ca1686b563bfe12388363fe387b86ddfa8a90f6f38a2f2a595cff969cb577e0a6460c2ad032d7477b701bd2503cc05ee6f974c5bcb9')
+sha512sums=('63a3138f7f824a9bc611b9d025d4e7adc2da8d420d260b66d56190db683a0afac58e4794e94b13d4aa7b423d949e55a1ed0220c99d368973117b5056fd0f4e65')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 15:30:07
  Author: felixonmars
Revision: 453929

upgpkg: haskell-syb 0.7-11

rebuild with ghc 8.6.5

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 15:27:32 UTC (rev 453928)
+++ PKGBUILD2019-04-25 15:30:07 UTC (rev 453929)
@@ -6,7 +6,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7
-pkgrel=10
+pkgrel=11
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

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

upgpkg: haskell-syb 0.7-10

rebuild with ghc 8.6.4

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 23:16:55 UTC (rev 438705)
+++ PKGBUILD2019-03-09 23:17:23 UTC (rev 438706)
@@ -6,7 +6,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7
-pkgrel=9
+pkgrel=10
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 23:07:59
  Author: felixonmars
Revision: 413450

upgpkg: haskell-syb 0.7-9

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 23:07:25 UTC (rev 413449)
+++ PKGBUILD2018-12-09 23:07:59 UTC (rev 413450)
@@ -6,10 +6,10 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7
-pkgrel=8
+pkgrel=9
 pkgdesc="library for generic programming in Haskell"
 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-syb/trunk (PKGBUILD)

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 20:43:54
  Author: felixonmars
Revision: 402147

upgpkg: haskell-syb 0.7-8

rebuild with ghc 8.6.1

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 20:43:18 UTC (rev 402146)
+++ PKGBUILD2018-11-06 20:43:54 UTC (rev 402147)
@@ -6,7 +6,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7
-pkgrel=7
+pkgrel=8
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -17,10 +17,10 @@
 
sha512sums=('b1bc61cfb828dcf344784ca1686b563bfe12388363fe387b86ddfa8a90f6f38a2f2a595cff969cb577e0a6460c2ad032d7477b701bd2503cc05ee6f974c5bcb9')
 
 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
@@ -30,11 +30,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-syb/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 22:00:28
  Author: felixonmars
Revision: 393888

upgpkg: haskell-syb 0.7-7

rebuild with ghc 8.6.1

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 21:59:53 UTC (rev 393887)
+++ PKGBUILD2018-10-14 22:00:28 UTC (rev 393888)
@@ -6,7 +6,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7
-pkgrel=6
+pkgrel=7
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2018-05-31 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 16:21:26
  Author: felixonmars
Revision: 334939

upgpkg: haskell-syb 0.7-6

rebuild with ghc 8.4.3

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 16:20:53 UTC (rev 334938)
+++ PKGBUILD2018-05-31 16:21:26 UTC (rev 334939)
@@ -7,7 +7,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7
-pkgrel=5
+pkgrel=6
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2018-05-16 Thread Felix Yan via arch-commits
Date: Wednesday, May 16, 2018 @ 16:02:59
  Author: felixonmars
Revision: 322895

upgpkg: haskell-syb 0.7-5

rebuild with ghc 8.4.2

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 16:01:45 UTC (rev 322894)
+++ PKGBUILD2018-05-16 16:02:59 UTC (rev 322895)
@@ -7,7 +7,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7
-pkgrel=4
+pkgrel=5
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2017-11-26 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 08:16:01
  Author: felixonmars
Revision: 268849

upgpkg: haskell-syb 0.7-4

rebuild with ghc 8.2.2

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 08:15:24 UTC (rev 268848)
+++ PKGBUILD2017-11-26 08:16:01 UTC (rev 268849)
@@ -7,7 +7,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7
-pkgrel=3
+pkgrel=4
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2017-09-22 Thread Felix Yan
Date: Friday, September 22, 2017 @ 07:11:04
  Author: felixonmars
Revision: 259404

upgpkg: haskell-syb 0.7-3

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 07:10:52 UTC (rev 259403)
+++ PKGBUILD2017-09-22 07:11:04 UTC (rev 259404)
@@ -7,7 +7,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7
-pkgrel=2
+pkgrel=3
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -20,7 +20,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
@@ -38,7 +38,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-syb/trunk (PKGBUILD)

2017-08-15 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 10:08:40
  Author: felixonmars
Revision: 250852

upgpkg: haskell-syb 0.7-2

GHC 8.2.1 rebuild

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 10:08:39 UTC (rev 250851)
+++ PKGBUILD2017-08-15 10:08:40 UTC (rev 250852)
@@ -7,12 +7,13 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="library for generic programming in Haskell"
 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)
 
sha512sums=('b1bc61cfb828dcf344784ca1686b563bfe12388363fe387b86ddfa8a90f6f38a2f2a595cff969cb577e0a6460c2ad032d7477b701bd2503cc05ee6f974c5bcb9')
 
@@ -23,7 +24,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
@@ -35,8 +35,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-syb/trunk (PKGBUILD)

2017-08-05 Thread Felix Yan
Date: Saturday, August 5, 2017 @ 08:11:23
  Author: felixonmars
Revision: 248603

upgpkg: haskell-syb 0.7-1

rebuild with syb,0.7

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-05 08:09:11 UTC (rev 248602)
+++ PKGBUILD2017-08-05 08:11:23 UTC (rev 248603)
@@ -6,8 +6,8 @@
 
 _hkgname=syb
 pkgname=haskell-syb
-pkgver=0.6
-pkgrel=5
+pkgver=0.7
+pkgrel=1
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -14,7 +14,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha256sums=('a38d1f7e6a40e2c990fec85215c45063a508bf73df98a4483ec78c5025b66cdc')
+sha512sums=('b1bc61cfb828dcf344784ca1686b563bfe12388363fe387b86ddfa8a90f6f38a2f2a595cff969cb577e0a6460c2ad032d7477b701bd2503cc05ee6f974c5bcb9')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -21,7 +21,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-syb/trunk (PKGBUILD)

2017-06-14 Thread Felix Yan
Date: Thursday, June 15, 2017 @ 05:22:48
  Author: felixonmars
Revision: 237026

upgpkg: haskell-syb 0.6-5

rebuild with ghc,8.0.2

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-15 05:21:06 UTC (rev 237025)
+++ PKGBUILD2017-06-15 05:22:48 UTC (rev 237026)
@@ -7,22 +7,24 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.6
-pkgrel=4
+pkgrel=5
 pkgdesc="library for generic programming in Haskell"
 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)
-sha1sums=('e3d352b11adaf2f9bc19c4d6cbdaaa01689683ff')
 sha256sums=('a38d1f7e6a40e2c990fec85215c45063a508bf73df98a4483ec78c5025b66cdc')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr --docdir=/usr/share/doc/${pkgname}
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
+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
@@ -34,8 +36,11 @@
 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}"
+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"
+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-syb/trunk (PKGBUILD)

2017-04-26 Thread Felix Yan
Date: Wednesday, April 26, 2017 @ 08:51:10
  Author: felixonmars
Revision: 225607

use https

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 08:51:04 UTC (rev 225606)
+++ PKGBUILD2017-04-26 08:51:10 UTC (rev 225607)
@@ -9,11 +9,11 @@
 pkgver=0.6
 pkgrel=4
 pkgdesc="library for generic programming in Haskell"
-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)
 sha1sums=('e3d352b11adaf2f9bc19c4d6cbdaaa01689683ff')
 sha256sums=('a38d1f7e6a40e2c990fec85215c45063a508bf73df98a4483ec78c5025b66cdc')
 


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

2017-04-09 Thread Jelle van der Waa
Date: Sunday, April 9, 2017 @ 18:10:52
  Author: jelle
Revision: 221636

FS#50477 fix wrong pkgdesc

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-09 18:02:28 UTC (rev 221635)
+++ PKGBUILD2017-04-09 18:10:52 UTC (rev 221636)
@@ -8,7 +8,7 @@
 pkgname=haskell-syb
 pkgver=0.6
 pkgrel=4
-pkgdesc="A library for client-side HTTP"
+pkgdesc="library for generic programming in Haskell"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')


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

2016-05-24 Thread Felix Yan
Date: Tuesday, May 24, 2016 @ 17:31:05
  Author: fyan
Revision: 176323

upgpkg: haskell-syb 0.6-4

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.2 -> 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, wai-3.2.1.1

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

-+
 PKGBUILD|   15 ++-
 haskell-syb.install |   18 --
 2 files changed, 6 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-24 15:30:57 UTC (rev 176322)
+++ PKGBUILD2016-05-24 15:31:05 UTC (rev 176323)
@@ -7,18 +7,13 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.6
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for client-side HTTP"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.3'
- 'haskell-base>=4.0'
- 'haskell-base<5.0')
-options=('strip')
+depends=('ghc=8.0.1')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-options=('staticlibs')
 sha1sums=('e3d352b11adaf2f9bc19c4d6cbdaaa01689683ff')
 sha256sums=('a38d1f7e6a40e2c990fec85215c45063a508bf73df98a4483ec78c5025b66cdc')
 
@@ -29,13 +24,15 @@
 runhaskell Setup haddock
 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
 }
 
 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-syb.install
===
--- haskell-syb.install 2016-05-24 15:30:57 UTC (rev 176322)
+++ haskell-syb.install 2016-05-24 15:31:05 UTC (rev 176323)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-syb
-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)
-}


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:30:11
  Author: foutrelis
Revision: 152264

GHC 7.10.3 rebuild

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:29:28 UTC (rev 152263)
+++ PKGBUILD2015-12-10 15:30:11 UTC (rev 152264)
@@ -7,12 +7,12 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for client-side HTTP"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.2'
+depends=('ghc=7.10.3'
  'haskell-base>=4.0'
  'haskell-base<5.0')
 options=('strip')


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

2015-10-06 Thread Evangelos Foutras
Date: Wednesday, October 7, 2015 @ 02:09:09
  Author: foutrelis
Revision: 143084

GHC 7.10.2 rebuild

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-07 00:07:26 UTC (rev 143083)
+++ PKGBUILD2015-10-07 00:09:09 UTC (rev 143084)
@@ -7,12 +7,12 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for client-side HTTP"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.1'
+depends=('ghc=7.10.2'
  'haskell-base>=4.0'
  'haskell-base<5.0')
 options=('strip')


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

2014-04-12 Thread Jelle van der Waa
Date: Saturday, April 12, 2014 @ 20:54:35
  Author: jelle
Revision: 109274

upgpkg: haskell-syb 0.4.1-2

ghc 7.8.2 rebuild

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 18:51:13 UTC (rev 109273)
+++ PKGBUILD2014-04-12 18:54:35 UTC (rev 109274)
@@ -3,12 +3,12 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' sh)
+depends=('ghc=7.8.2' sh)
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



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

2013-12-02 Thread Jelle van der Waa
Date: Monday, December 2, 2013 @ 19:01:10
  Author: jelle
Revision: 101942

upgpkg: haskell-syb 0.4.1-1

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-02 18:00:36 UTC (rev 101941)
+++ PKGBUILD2013-12-02 18:01:10 UTC (rev 101942)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 _hkgname=syb
 pkgname=haskell-syb
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -12,8 +12,8 @@
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('ec2719d444a6561b2424dcef10b4fe34')
 options=('staticlibs')
+md5sums=('28df3b70cef652fa6c04e6353c580a7a')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 20:08:20
  Author: jelle
Revision: 99301

add staticlibs to keep the static libs

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 18:06:07 UTC (rev 99300)
+++ PKGBUILD2013-10-26 18:08:20 UTC (rev 99301)
@@ -13,6 +13,7 @@
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
 md5sums=('ec2719d444a6561b2424dcef10b4fe34')
+options=('staticlibs')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2013-04-24 Thread Jelle van der Waa
Date: Wednesday, April 24, 2013 @ 13:06:23
  Author: jelle
Revision: 88851

upgpkg: haskell-syb 0.4.0-2

ghc 7.6.3 rebuild

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-24 10:16:56 UTC (rev 88850)
+++ PKGBUILD2013-04-24 11:06:23 UTC (rev 88851)
@@ -3,12 +3,12 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.2-1' sh)
+depends=('ghc=7.6.3-1' sh)
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



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

2013-03-23 Thread Jelle van der Waa
Date: Saturday, March 23, 2013 @ 12:25:37
  Author: jelle
Revision: 86861

upgpkg: haskell-syb 0.4.0-1

haskell-syb update

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-23 11:07:33 UTC (rev 86860)
+++ PKGBUILD2013-03-23 11:25:37 UTC (rev 86861)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 _hkgname=syb
 pkgname=haskell-syb
-pkgver=0.3.7
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -12,7 +12,7 @@
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('fa653976a4ee43918cc7546089f94b60')
+md5sums=('ec2719d444a6561b2424dcef10b4fe34')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2013-02-04 Thread Thomas Dziedzic
Date: Tuesday, February 5, 2013 @ 05:33:17
  Author: td123
Revision: 83766

upgpkg: haskell-syb 0.3.7-2

rebuild

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 04:30:21 UTC (rev 83765)
+++ PKGBUILD2013-02-05 04:33:17 UTC (rev 83766)
@@ -3,12 +3,12 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' sh)
+depends=('ghc=7.6.2-1' sh)
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



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

2011-06-22 Thread Vesa Kaihlavirta
Date: Wednesday, June 22, 2011 @ 08:10:28
  Author: vesa
Revision: 128187

new HP release

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-22 12:04:44 UTC (rev 128186)
+++ PKGBUILD2011-06-22 12:10:28 UTC (rev 128187)
@@ -3,12 +3,12 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.3
-pkgrel=2
+pkgrel=2.1
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.0.2-2' sh)
+depends=('ghc=7.0.3-2' sh)
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



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

2011-03-17 Thread Vesa Kaihlavirta
Date: Thursday, March 17, 2011 @ 07:26:44
  Author: vesa
Revision: 115205

ghc-7.0.2-2 rebuild

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-17 11:25:38 UTC (rev 115204)
+++ PKGBUILD2011-03-17 11:26:44 UTC (rev 115205)
@@ -3,12 +3,12 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.3
-pkgrel=1.2
+pkgrel=2
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.0.2' sh)
+depends=('ghc=7.0.2-2' sh)
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



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

2011-03-10 Thread Vesa Kaihlavirta
Date: Friday, March 11, 2011 @ 00:11:39
  Author: vesa
Revision: 114155

silly bump

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-11 05:11:15 UTC (rev 114154)
+++ PKGBUILD2011-03-11 05:11:39 UTC (rev 114155)
@@ -3,7 +3,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.3
-pkgrel=1.1
+pkgrel=1.2
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')



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

2011-03-04 Thread Rémy Oudompheng
Date: Friday, March 4, 2011 @ 15:07:42
  Author: remy
Revision: 112346

upgpkg: haskell-syb 0.3-1.1
Rebuild for GHC 7.0.2 (Haskell Platform 2011.2)

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-04 20:06:15 UTC (rev 112345)
+++ PKGBUILD2011-03-04 20:07:42 UTC (rev 112346)
@@ -3,12 +3,12 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.3
-pkgrel=1
+pkgrel=1.1
 pkgdesc=A library for client-side HTTP
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.0.1' sh)
+depends=('ghc=7.0.2' sh)
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install