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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 23:05:06
  Author: felixonmars
Revision: 785653

upgpkg: haskell-regex-posix 0.96.0.0-7: rebuild with ghc 8.10.3

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 23:04:41 UTC (rev 785652)
+++ PKGBUILD2020-12-23 23:05:06 UTC (rev 785653)
@@ -5,7 +5,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.96.0.0
-pkgrel=6
+pkgrel=7
 pkgdesc='POSIX Backend for Text.Regex (regex-base)'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('BSD')


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 19:09:15
  Author: felixonmars
Revision: 692972

upgpkg: haskell-regex-posix 0.96.0.0-6: rebuild with happy 1.20.0

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 19:08:36 UTC (rev 692971)
+++ PKGBUILD2020-08-30 19:09:15 UTC (rev 692972)
@@ -5,7 +5,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.96.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc='POSIX Backend for Text.Regex (regex-base)'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('BSD')


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 07:33:29
  Author: felixonmars
Revision: 682439

upgpkg: haskell-regex-posix 0.96.0.0-5: rebuild with ghc 8.10.2

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 07:32:46 UTC (rev 682438)
+++ PKGBUILD2020-08-17 07:33:29 UTC (rev 682439)
@@ -5,7 +5,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.96.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc='POSIX Backend for Text.Regex (regex-base)'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('BSD')
@@ -26,7 +26,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-regex-posix/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 14:47:14
  Author: felixonmars
Revision: 618224

upgpkg: haskell-regex-posix 0.96.0.0-4: rebuild with ghc 8.10.1

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 14:45:24 UTC (rev 618223)
+++ PKGBUILD2020-04-23 14:47:14 UTC (rev 618224)
@@ -5,7 +5,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.96.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='POSIX Backend for Text.Regex (regex-base)'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('BSD')
@@ -15,6 +15,11 @@
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
 
sha512sums=('91bdc672a535cd1a6a65b1ae2adef43605b792ec9f99150fa239ab4353cddad47988ac7baa65673c53be36e83c8fad1511ba85fb5f7b43c51b4ae526d9af248a')
 
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
 build() {
 cd $_hkgname-$pkgver
 


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 22:52:31
  Author: felixonmars
Revision: 583506

upgpkg: haskell-regex-posix 0.96.0.0-3: rebuild with ghc 8.8.3

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 22:51:54 UTC (rev 583505)
+++ PKGBUILD2020-02-26 22:52:31 UTC (rev 583506)
@@ -5,7 +5,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.96.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='POSIX Backend for Text.Regex (regex-base)'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('BSD')
@@ -34,6 +34,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-regex-posix/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 14:39:20
  Author: felixonmars
Revision: 571593

upgpkg: haskell-regex-posix 0.96.0.0-2: rebuild with ghc 8.8.2

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 14:38:41 UTC (rev 571592)
+++ PKGBUILD2020-02-15 14:39:20 UTC (rev 571593)
@@ -5,7 +5,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.96.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='POSIX Backend for Text.Regex (regex-base)'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('BSD')


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 21:34:43
  Author: felixonmars
Revision: 550669

upgpkg: haskell-regex-posix 0.96.0.0-1: 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

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 21:30:53 UTC (rev 550668)
+++ PKGBUILD2020-01-08 21:34:43 UTC (rev 550669)
@@ -4,9 +4,9 @@
 
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
-pkgver=0.95.2
-pkgrel=27
-pkgdesc='The posix regex backend for regex-base'
+pkgver=0.96.0.0
+pkgrel=1
+pkgdesc='POSIX Backend for Text.Regex (regex-base)'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('BSD')
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('ghc-libs' 'haskell-regex-base')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha512sums=('2d22951f0302de144483d2c11d0711dc2cbd2fc6a0eac0126011eaa6f577837ae8c2a9516badb4beed6c18311241458dd6ad9f82a11d6f3763891880ebbc8c41')
+sha512sums=('91bdc672a535cd1a6a65b1ae2adef43605b792ec9f99150fa239ab4353cddad47988ac7baa65673c53be36e83c8fad1511ba85fb5f7b43c51b4ae526d9af248a')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 13:16:13
  Author: felixonmars
Revision: 453873

upgpkg: haskell-regex-posix 0.95.2-27

rebuild with ghc 8.6.5

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 13:15:36 UTC (rev 453872)
+++ PKGBUILD2019-04-25 13:16:13 UTC (rev 453873)
@@ -5,7 +5,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=26
+pkgrel=27
 pkgdesc='The posix regex backend for regex-base'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('BSD')


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

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

upgpkg: haskell-regex-posix 0.95.2-26

rebuild with ghc 8.6.4

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 17:50:33 UTC (rev 438605)
+++ PKGBUILD2019-03-09 17:51:07 UTC (rev 438606)
@@ -5,7 +5,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=25
+pkgrel=26
 pkgdesc='The posix regex backend for regex-base'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('BSD')


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 22:45:11
  Author: felixonmars
Revision: 413396

upgpkg: haskell-regex-posix 0.95.2-25

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 22:44:38 UTC (rev 413395)
+++ PKGBUILD2018-12-09 22:45:11 UTC (rev 413396)
@@ -5,10 +5,10 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=24
+pkgrel=25
 pkgdesc='The posix regex backend for regex-base'
 url="https://hackage.haskell.org/package/$_hkgname";
-license=('custom:BSD3')
+license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-regex-base')
 makedepends=('ghc')


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 20:19:05
  Author: felixonmars
Revision: 402088

upgpkg: haskell-regex-posix 0.95.2-24

rebuild with ghc 8.6.1

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 20:18:29 UTC (rev 402087)
+++ PKGBUILD2018-11-06 20:19:05 UTC (rev 402088)
@@ -5,7 +5,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=23
+pkgrel=24
 pkgdesc='The posix regex backend for regex-base'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')
@@ -16,10 +16,10 @@
 
sha512sums=('2d22951f0302de144483d2c11d0711dc2cbd2fc6a0eac0126011eaa6f577837ae8c2a9516badb4beed6c18311241458dd6ad9f82a11d6f3763891880ebbc8c41')
 
 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
@@ -29,11 +29,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-regex-posix/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 20:56:31
  Author: felixonmars
Revision: 393828

upgpkg: haskell-regex-posix 0.95.2-23

rebuild with ghc 8.6.1

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 20:54:26 UTC (rev 393827)
+++ PKGBUILD2018-10-14 20:56:31 UTC (rev 393828)
@@ -5,7 +5,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=22
+pkgrel=23
 pkgdesc='The posix regex backend for regex-base'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')


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

2018-05-31 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 16:01:33
  Author: felixonmars
Revision: 334895

upgpkg: haskell-regex-posix 0.95.2-22

rebuild with ghc 8.4.3

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 16:00:56 UTC (rev 334894)
+++ PKGBUILD2018-05-31 16:01:33 UTC (rev 334895)
@@ -6,7 +6,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=21
+pkgrel=22
 pkgdesc='The posix regex backend for regex-base'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')


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

2018-05-16 Thread Felix Yan via arch-commits
Date: Wednesday, May 16, 2018 @ 17:29:38
  Author: felixonmars
Revision: 323023

upgpkg: haskell-regex-posix 0.95.2-21

rebuild with ghc 8.4.2

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 17:29:01 UTC (rev 323022)
+++ PKGBUILD2018-05-16 17:29:38 UTC (rev 323023)
@@ -6,7 +6,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=20
+pkgrel=21
 pkgdesc='The posix regex backend for regex-base'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')


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

2018-02-26 Thread Felix Yan via arch-commits
Date: Monday, February 26, 2018 @ 18:16:55
  Author: felixonmars
Revision: 298620

upgpkg: haskell-regex-posix 0.95.2-20

rebuild with mtl,2.2.2

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 18:15:28 UTC (rev 298619)
+++ PKGBUILD2018-02-26 18:16:55 UTC (rev 298620)
@@ -6,7 +6,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=19
+pkgrel=20
 pkgdesc='The posix regex backend for regex-base'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')


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

2017-11-25 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 07:48:26
  Author: felixonmars
Revision: 268801

upgpkg: haskell-regex-posix 0.95.2-19

rebuild with ghc 8.2.2

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 07:47:51 UTC (rev 268800)
+++ PKGBUILD2017-11-26 07:48:26 UTC (rev 268801)
@@ -6,7 +6,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=18
+pkgrel=19
 pkgdesc='The posix regex backend for regex-base'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')


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

2017-09-21 Thread Felix Yan
Date: Friday, September 22, 2017 @ 06:56:30
  Author: felixonmars
Revision: 259370

upgpkg: haskell-regex-posix 0.95.2-18

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 06:56:17 UTC (rev 259369)
+++ PKGBUILD2017-09-22 06:56:30 UTC (rev 259370)
@@ -6,7 +6,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=17
+pkgrel=18
 pkgdesc='The posix regex backend for regex-base'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')
@@ -14,12 +14,12 @@
 depends=('ghc-libs' 'haskell-regex-base')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')
+sha512sums=('2d22951f0302de144483d2c11d0711dc2cbd2fc6a0eac0126011eaa6f577837ae8c2a9516badb4beed6c18311241458dd6ad9f82a11d6f3763891880ebbc8c41')
 
 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
@@ -37,7 +37,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-regex-posix/trunk (PKGBUILD)

2017-08-15 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 09:18:36
  Author: felixonmars
Revision: 250787

upgpkg: haskell-regex-posix 0.95.2-17

GHC 8.2.1 rebuild

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 09:17:30 UTC (rev 250786)
+++ PKGBUILD2017-08-15 09:18:36 UTC (rev 250787)
@@ -6,12 +6,13 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=16
+pkgrel=17
 pkgdesc='The posix regex backend for regex-base'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc' 'haskell-regex-base')
+depends=('ghc-libs' 'haskell-regex-base')
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
 sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')
 
@@ -20,9 +21,8 @@
 
 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
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -34,8 +34,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-regex-posix/trunk (PKGBUILD)

2017-06-15 Thread Felix Yan
Date: Thursday, June 15, 2017 @ 16:45:21
  Author: felixonmars
Revision: 237259

upgpkg: haskell-regex-posix 0.95.2-16

rebuild with ghc,8.0.2

Modified:
  haskell-regex-posix/trunk/PKGBUILD

--+
 PKGBUILD |   48 +---
 1 file changed, 25 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-15 16:43:27 UTC (rev 237258)
+++ PKGBUILD2017-06-15 16:45:21 UTC (rev 237259)
@@ -6,38 +6,40 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=15
+pkgrel=16
 pkgdesc='The posix regex backend for regex-base'
 url="https://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc=8.0.1' 'haskell-regex-base')
+depends=('ghc' 'haskell-regex-base')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
 sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')
 
 build() {
-  cd "$_hkgname-$pkgver"
-
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--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 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
+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
+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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
 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"
-  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 -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }
-
-# vim:set ts=2 sw=2 et:


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

2017-04-21 Thread Alexander Rødseth
Date: Friday, April 21, 2017 @ 13:05:36
  Author: arodseth
Revision: 224123

upgpkg: haskell-regex-posix 0.95.2-15

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-21 13:01:10 UTC (rev 224122)
+++ PKGBUILD2017-04-21 13:05:36 UTC (rev 224123)
@@ -1,18 +1,18 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Vesa Kaihlavirta 
+# Maintainer: Alexander F Rødseth 
+# Contributor: Vesa Kaihlavirta 
 # Contributor: Arch Haskell Team 
 
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=14
+pkgrel=15
 pkgdesc='The posix regex backend for regex-base'
-url="http://hackage.haskell.org/package/$_hkgname";
+url="https://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
 depends=('ghc=8.0.1' 'haskell-regex-base')
-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=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')
 
 build() {
@@ -29,7 +29,7 @@
 }
 
 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"


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 17:41:38
  Author: fyan
Revision: 152382

GHC 7.10.3 rebuild

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:41:02 UTC (rev 152381)
+++ PKGBUILD2015-12-10 16:41:38 UTC (rev 152382)
@@ -6,12 +6,12 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=12
+pkgrel=13
 pkgdesc='The posix regex backend for regex-base'
 url="http://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc=7.10.2' 'haskell-regex-base')
+depends=('ghc=7.10.3' 'haskell-regex-base')
 
source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
 install="$pkgname.install"
 options=('staticlibs')


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

2015-10-06 Thread Allan McRae
Date: Wednesday, October 7, 2015 @ 03:11:20
  Author: allan
Revision: 143146

GHC 7.10.2 rebuild

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-07 01:09:29 UTC (rev 143145)
+++ PKGBUILD2015-10-07 01:11:20 UTC (rev 143146)
@@ -6,12 +6,12 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=11
+pkgrel=12
 pkgdesc='The posix regex backend for regex-base'
 url="http://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc=7.10.1' 'haskell-regex-base')
+depends=('ghc=7.10.2' 'haskell-regex-base')
 
source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
 install="$pkgname.install"
 options=('staticlibs')


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

2015-09-10 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 23:35:08
  Author: foutrelis
Revision: 139875

ncurses 6.0 rebuild.

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-10 21:33:59 UTC (rev 139874)
+++ PKGBUILD2015-09-10 21:35:08 UTC (rev 139875)
@@ -6,7 +6,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=10
+pkgrel=11
 pkgdesc='The posix regex backend for regex-base'
 url="http://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')


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

2015-03-30 Thread Jelle van der Waa
Date: Monday, March 30, 2015 @ 20:13:09
  Author: jelle
Revision: 130337

upgpkg: haskell-regex-posix 0.95.2-10

ghc 7.10.1 rebuild

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-30 18:10:57 UTC (rev 130336)
+++ PKGBUILD2015-03-30 18:13:09 UTC (rev 130337)
@@ -6,12 +6,12 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=9
+pkgrel=10
 pkgdesc='The posix regex backend for regex-base'
 url="http://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc' 'haskell-regex-base')
+depends=('ghc=7.10.1' 'haskell-regex-base')
 
source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
 install="$pkgname.install"
 options=('staticlibs')


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

2014-12-26 Thread Felix Yan
Date: Friday, December 26, 2014 @ 10:36:15
  Author: fyan
Revision: 124618

upgpkg: haskell-regex-posix 0.95.2-9

ghc 7.8.4 rebuild

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-26 09:35:02 UTC (rev 124617)
+++ PKGBUILD2014-12-26 09:36:15 UTC (rev 124618)
@@ -6,7 +6,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=8
+pkgrel=9
 pkgdesc='The posix regex backend for regex-base'
 url="http://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')


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

2014-07-12 Thread Jelle van der Waa
Date: Saturday, July 12, 2014 @ 16:30:08
  Author: jelle
Revision: 115579

upgpkg: haskell-regex-posix 0.95.2-8

ghc 7.8.3 rebuild

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-12 14:26:16 UTC (rev 115578)
+++ PKGBUILD2014-07-12 14:30:08 UTC (rev 115579)
@@ -6,7 +6,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=7
+pkgrel=8
 pkgdesc='The posix regex backend for regex-base'
 url="http://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')



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

2014-04-18 Thread Felix Yan
Date: Saturday, April 19, 2014 @ 07:26:29
  Author: fyan
Revision: 109820

upgpkg: haskell-regex-posix 0.95.2-7

ghc 7.8.2 rebuild (take 2)

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-19 04:44:42 UTC (rev 109819)
+++ PKGBUILD2014-04-19 05:26:29 UTC (rev 109820)
@@ -6,7 +6,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=6
+pkgrel=7
 pkgdesc='The posix regex backend for regex-base'
 url="http://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')



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

2013-10-28 Thread Alexander Rødseth
Date: Monday, October 28, 2013 @ 11:46:28
  Author: arodseth
Revision: 99395

upgpkg: haskell-regex-posix 0.95.2-6

Modified:
  haskell-regex-posix/trunk/PKGBUILD

--+
 PKGBUILD |   34 ++
 1 file changed, 18 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-28 10:42:23 UTC (rev 99394)
+++ PKGBUILD2013-10-28 10:46:28 UTC (rev 99395)
@@ -6,21 +6,22 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=5
+pkgrel=6
 pkgdesc='The posix regex backend for regex-base'
-url="http://hackage.haskell.org/package/${_hkgname}";
+url="http://hackage.haskell.org/package/$_hkgname";
 license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-regex-base=0.93.2')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
+arch=('x86_64' 'i686')
+depends=('ghc' 'haskell-regex-base')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+install="$pkgname.install"
 options=('staticlibs')
 sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')
 
 build() {
-  cd ${srcdir}/${_hkgname}-${pkgver}
+  cd "$_hkgname-$pkgver"
+
   runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
---docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+--docdir="/usr/share/doc/$pkgname" 
--libsubdir=\$compiler/site-local/\$pkgid
   runhaskell Setup build
   runhaskell Setup haddock
   runhaskell Setup register   --gen-script
@@ -29,14 +30,15 @@
 }
 
 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 -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
+  cd "$_hkgname-$pkgver"
+
+  install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
+  install -m744 unregister.sh 
"$pkgdir/usr/share/haskell/$pkgname/unregister.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 -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 23:06:42
  Author: jelle
Revision: 99319

upgpkg: haskell-regex-posix 0.95.2-5

add staticlibs

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 21:05:51 UTC (rev 99318)
+++ PKGBUILD2013-10-26 21:06:42 UTC (rev 99319)
@@ -6,7 +6,7 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=4
+pkgrel=5
 pkgdesc='The posix regex backend for regex-base'
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
@@ -14,6 +14,7 @@
 depends=('ghc=7.6.3-1' 'sh' 'haskell-regex-base=0.93.2')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
+options=('staticlibs')
 sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')
 
 build() {



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

2013-04-25 Thread Jelle van der Waa
Date: Thursday, April 25, 2013 @ 10:57:29
  Author: jelle
Revision: 88963

upgpkg: haskell-regex-posix 0.95.2-4

ghc 7.6.3 rebuild

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-25 08:45:03 UTC (rev 88962)
+++ PKGBUILD2013-04-25 08:57:29 UTC (rev 88963)
@@ -6,12 +6,12 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=3
+pkgrel=4
 pkgdesc='The posix regex backend for regex-base'
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.2-1' 'sh' 'haskell-regex-base=0.93.2')
+depends=('ghc=7.6.3-1' 'sh' 'haskell-regex-base=0.93.2')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
 sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')



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

2013-02-04 Thread Alexander Rødseth
Date: Monday, February 4, 2013 @ 11:12:48
  Author: arodseth
Revision: 83659

ghc 7.6.2 todo

Modified:
  haskell-regex-posix/trunk/PKGBUILD

--+
 PKGBUILD |   44 
 1 file changed, 24 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 10:08:27 UTC (rev 83658)
+++ PKGBUILD2013-02-04 10:12:48 UTC (rev 83659)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
 # Maintainer: Vesa Kaihlavirta 
 # Contributor: Arch Haskell Team 
 
@@ -4,34 +6,36 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=2
-pkgdesc="The posix regex backend for regex-base"
+pkgrel=3
+pkgdesc='The posix regex backend for regex-base'
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' 'sh' 'haskell-regex-base=0.93.2-7')
+depends=('ghc=7.6.2-1' 'sh' 'haskell-regex-base=0.93.2')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('1df0f9494aab110c7231f36393285c7c')
+sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')
 
 build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--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 unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--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 unregister --gen-script
+  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 -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
+  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 -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
 }
+
+# vim:set ts=2 sw=2 et:



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

2012-02-26 Thread Thomas Dziedzic
Date: Sunday, February 26, 2012 @ 13:36:34
  Author: tdziedzic
Revision: 151495

upgpkg: haskell-regex-posix 0.95.1-1

rebuild for ghc

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-26 18:15:27 UTC (rev 151494)
+++ PKGBUILD2012-02-26 18:36:34 UTC (rev 151495)
@@ -1,18 +1,18 @@
 # Maintainer: Vesa Kaihlavirta 
 # Contributor: Arch Haskell Team 
+
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
-pkgver=0.94.4
-pkgrel=2.1
+pkgver=0.95.1
+pkgrel=1
 pkgdesc="The posix regex backend for regex-base"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.3-2 sh 'haskell-regex-base=0.93.2-4.1')
-options=('strip')
+depends=('ghc=7.4.1-2' 'sh' 'haskell-regex-base=0.93.2-5')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('c28a13e8329e93a19bbb51708bf64abb')
+md5sums=('41cbc6d2b99837b64e0cc457c2737cc8')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2011-06-22 Thread Vesa Kaihlavirta
Date: Wednesday, June 22, 2011 @ 08:22:04
  Author: vesa
Revision: 128217

new HP rel

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-22 12:21:03 UTC (rev 128216)
+++ PKGBUILD2011-06-22 12:22:04 UTC (rev 128217)
@@ -3,12 +3,12 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.94.4
-pkgrel=2
+pkgrel=2.1
 pkgdesc="The posix regex backend for regex-base"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.2-2 sh 'haskell-regex-base=0.93.2-4')
+depends=(ghc=7.0.3-2 sh 'haskell-regex-base=0.93.2-4.1')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



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

2011-03-18 Thread Vesa Kaihlavirta
Date: Friday, March 18, 2011 @ 04:15:31
  Author: vesa
Revision: 115470

ghc-7.0.2-2 rebuild

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-18 08:14:42 UTC (rev 115469)
+++ PKGBUILD2011-03-18 08:15:31 UTC (rev 115470)
@@ -3,12 +3,12 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.94.4
-pkgrel=1.1
+pkgrel=2
 pkgdesc="The posix regex backend for regex-base"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.2 sh 'haskell-regex-base=0.93.2')
+depends=(ghc=7.0.2-2 sh 'haskell-regex-base=0.93.2-4')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



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

2011-03-04 Thread Rémy Oudompheng
Date: Friday, March 4, 2011 @ 16:52:54
  Author: remy
Revision: 112397

upgpkg: haskell-regex-posix 0.94.4-1.1
Rebuild for GHC 7.0.2 (Haskell Platform 2011.2)

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-04 21:48:33 UTC (rev 112396)
+++ PKGBUILD2011-03-04 21:52:54 UTC (rev 112397)
@@ -3,12 +3,12 @@
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.94.4
-pkgrel=1
+pkgrel=1.1
 pkgdesc="The posix regex backend for regex-base"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=7.0.1 sh 'haskell-regex-base=0.93.2')
+depends=(ghc=7.0.2 sh 'haskell-regex-base=0.93.2')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install



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

2010-12-22 Thread Rémy Oudompheng
Date: Wednesday, December 22, 2010 @ 12:19:02
  Author: remy
Revision: 103743

upgpkg: haskell-regex-posix 0.94.4-1
Update for HP2011 alpha.

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-12-22 15:59:40 UTC (rev 103742)
+++ PKGBUILD2010-12-22 17:19:02 UTC (rev 103743)
@@ -2,21 +2,22 @@
 # Contributor: Arch Haskell Team 
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
-pkgver=0.94.2
-pkgrel=2
+pkgver=0.94.4
+pkgrel=1
 pkgdesc="The posix regex backend for regex-base"
-url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-posix";
+url="http://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=(ghc=7.0.1 sh 'haskell-regex-base=0.93.2')
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/regex-posix/$pkgver/regex-posix-$pkgver.tar.gz)
-install=haskell-regex-posix.install
-md5sums=('e3ebbd6b66fdb2f8c4f0ad95c4580852')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('c28a13e8329e93a19bbb51708bf64abb')
 
 build() {
-cd ${srcdir}/${_hkgname}-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr --docdir=/usr/share/doc/${pkgname}
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock
 runhaskell Setup register   --gen-script



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

2010-08-21 Thread Vesa Kaihlavirta
Date: Saturday, August 21, 2010 @ 16:32:55
  Author: vesa
Revision: 88275

6.12.3 ruebuild

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-21 20:30:17 UTC (rev 88274)
+++ PKGBUILD2010-08-21 20:32:55 UTC (rev 88275)
@@ -1,13 +1,13 @@
 # Maintainer: Vesa Kaihlavirta 
 # Contributor: Arch Haskell Team 
 pkgname=haskell-regex-posix
-pkgrel=3
-pkgver=0.94.1
+pkgrel=1
+pkgver=0.94.2
 pkgdesc="The posix regex backend for regex-base"
 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-posix";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=6.12.1 sh 'haskell-regex-base=0.93.1-3')
+depends=(ghc=6.12.3 sh 'haskell-regex-base=0.93.2')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/regex-posix/$pkgver/regex-posix-$pkgver.tar.gz)
 install=haskell-regex-posix.install
@@ -23,4 +23,4 @@
 runhaskell Setup copy --destdir=$pkgdir || return 1
 install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE || 
return 1
 }
-md5sums=('624e53941566b3ef5a8ff918329843f9')
+md5sums=('e3ebbd6b66fdb2f8c4f0ad95c4580852')



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

2010-03-25 Thread Vesa Kaihlavirta
Date: Thursday, March 25, 2010 @ 09:56:08
  Author: vesa
Revision: 73426

rebuild from regex-base

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-25 13:50:19 UTC (rev 73425)
+++ PKGBUILD2010-03-25 13:56:08 UTC (rev 73426)
@@ -1,13 +1,13 @@
 # Maintainer: Vesa Kaihlavirta 
 # Contributor: Arch Haskell Team 
 pkgname=haskell-regex-posix
-pkgrel=2
+pkgrel=3
 pkgver=0.94.1
 pkgdesc="The posix regex backend for regex-base"
 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-posix";
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=6.12.1 sh 'haskell-regex-base')
+depends=(ghc=6.12.1 sh 'haskell-regex-base=0.93.1-3')
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/regex-posix/$pkgver/regex-posix-$pkgver.tar.gz)
 install=haskell-regex-posix.install



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

2010-01-12 Thread Vesa Kaihlavirta
Date: Wednesday, January 13, 2010 @ 02:07:37
  Author: vesa
Revision: 62858

rebuild bump

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-01-13 07:07:31 UTC (rev 62857)
+++ PKGBUILD2010-01-13 07:07:37 UTC (rev 62858)
@@ -1,7 +1,7 @@
 # Maintainer: Vesa Kaihlavirta 
 # Contributor: Arch Haskell Team 
 pkgname=haskell-regex-posix
-pkgrel=1
+pkgrel=1.1
 pkgver=0.94.1
 pkgdesc="The posix regex backend for regex-base"
 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex-posix";



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

2009-12-27 Thread Vesa Kaihlavirta
Date: Sunday, December 27, 2009 @ 09:51:47
  Author: vesa
Revision: 61886

--enable-split-objs

Modified:
  haskell-regex-posix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-12-27 14:49:44 UTC (rev 61885)
+++ PKGBUILD2009-12-27 14:51:47 UTC (rev 61886)
@@ -23,3 +23,4 @@
 runhaskell Setup copy --destdir=$pkgdir || return 1
 install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE || 
return 1
 }
+md5sums=('624e53941566b3ef5a8ff918329843f9')