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

2018-02-04 Thread Felix Yan via arch-commits
Date: Sunday, February 4, 2018 @ 19:15:15
  Author: felixonmars
Revision: 289041

upgpkg: haskell-stm 2.4.5.0-1

rebuild with stm,2.4.5.0

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-04 19:13:41 UTC (rev 289040)
+++ PKGBUILD2018-02-04 19:15:15 UTC (rev 289041)
@@ -6,21 +6,17 @@
 
 _hkgname=stm
 pkgname=haskell-stm
-pkgver=2.4.4.1
-pkgrel=7
+pkgver=2.4.5.0
+pkgrel=1
 pkgdesc="A modular composable concurrency abstraction."
 url="https://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
 arch=('x86_64')
-depends=('ghc-libs' 'sh')
+depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz;)
-sha512sums=('12a8edb7489995245fb21d9f0782cad87e992f56343d4492eef788370ebc2dcb934193d8602b85b5f3935c4bdb4c9426717b6149437cd7b0bb5311bda4b237eb')
+sha512sums=('3d8bd8b178fbb8c0297d441a0054c73395c2e5db493f35a35a69f764179e2da78ec749689138eda8b2fa3232133721cc10913d5e5ad5aa84ca3113367cc8a14a')
 
-prepare() {
-sed -i 's/base  >= 4.3 && < 4.10,/base  >= 4.3,/' 
$_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

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

upgpkg: haskell-stm 2.4.4.1-7

rebuild with ghc 8.2.2

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 08:03:01 UTC (rev 268832)
+++ PKGBUILD2017-11-26 08:08:11 UTC (rev 268833)
@@ -7,7 +7,7 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.4.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A modular composable concurrency abstraction."
 url="https://hackage.haskell.org/package/stm;
 license=('custom:BSD3')


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

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

upgpkg: haskell-stm 2.4.4.1-6

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 07:11:40 UTC (rev 259405)
+++ PKGBUILD2017-09-22 07:11:50 UTC (rev 259406)
@@ -7,7 +7,7 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.4.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A modular composable concurrency abstraction."
 url="https://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
@@ -15,7 +15,7 @@
 depends=('ghc-libs' 'sh')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz;)
-md5sums=('480b37cce3d35c11fd67bf9df957ae19')
+sha512sums=('12a8edb7489995245fb21d9f0782cad87e992f56343d4492eef788370ebc2dcb934193d8602b85b5f3935c4bdb4c9426717b6149437cd7b0bb5311bda4b237eb')
 
 prepare() {
 sed -i 's/base  >= 4.3 && < 4.10,/base  >= 4.3,/' 
$_hkgname-$pkgver/$_hkgname.cabal
@@ -24,7 +24,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 \
   -f-developer -f-integer-simple
@@ -43,7 +43,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-stm/trunk (PKGBUILD)

2017-08-15 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 09:55:24
  Author: felixonmars
Revision: 250825

upgpkg: haskell-stm 2.4.4.1-5

GHC 8.2.1 rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 09:44:38 UTC (rev 250824)
+++ PKGBUILD2017-08-15 09:55:24 UTC (rev 250825)
@@ -7,24 +7,28 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.4.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A modular composable concurrency abstraction."
 url="https://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc' 'sh')
+depends=('ghc-libs' 'sh')
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz;)
 md5sums=('480b37cce3d35c11fd67bf9df957ae19')
 
+prepare() {
+sed -i 's/base  >= 4.3 && < 4.10,/base  >= 4.3,/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
   -f-developer -f-integer-simple
 runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -33,11 +37,9 @@
 
 package() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
-
+
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"


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

2017-06-14 Thread Felix Yan
Date: Wednesday, June 14, 2017 @ 19:13:19
  Author: felixonmars
Revision: 236806

upgpkg: haskell-stm 2.4.4.1-4

rebuild with ghc,8.0.2

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-14 19:10:30 UTC (rev 236805)
+++ PKGBUILD2017-06-14 19:13:19 UTC (rev 236806)
@@ -7,12 +7,12 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A modular composable concurrency abstraction."
-url="http://hackage.haskell.org/package/stm;
+url="https://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'sh')
+depends=('ghc' 'sh')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz;)
 md5sums=('480b37cce3d35c11fd67bf9df957ae19')
 
@@ -19,7 +19,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid \
   -f-developer -f-integer-simple
@@ -41,4 +41,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2016-12-07 Thread Jelle van der Waa
Date: Wednesday, December 7, 2016 @ 21:16:37
  Author: jelle
Revision: 198428

Use https as source

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-07 21:10:38 UTC (rev 198427)
+++ PKGBUILD2016-12-07 21:16:37 UTC (rev 198428)
@@ -13,7 +13,7 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'sh')
-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;)
 md5sums=('480b37cce3d35c11fd67bf9df957ae19')
 
 build() {


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

2016-05-24 Thread Felix Yan
Date: Tuesday, May 24, 2016 @ 16:26:12
  Author: fyan
Revision: 176244

upgpkg: haskell-stm 2.4.4.1-3

rebuild with ghc-8.0.1, base-prelude-1.0.1.1, cabal-install-1.24.0.0, 
cairo-0.13.2.0, cmark-0.5.2.1, data-default-0.7.0, data-default-class-0.1.0, 
extra-1.4.7, generic-trie-0.3.0.2, glib-0.13.3.0, gtk3 0.14.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-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-24 14:25:54 UTC (rev 176243)
+++ PKGBUILD2016-05-24 14:26:12 UTC (rev 176244)
@@ -7,7 +7,7 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A modular composable concurrency abstraction."
 url="http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
@@ -27,7 +27,7 @@
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*register[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 


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

2016-05-24 Thread Felix Yan
Date: Tuesday, May 24, 2016 @ 16:11:44
  Author: fyan
Revision: 176232

upgpkg: haskell-stm 2.4.4.1-2

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-stm/trunk/PKGBUILD
Deleted:
  haskell-stm/trunk/haskell-stm.install

-+
 PKGBUILD|   31 +--
 haskell-stm.install |   18 --
 2 files changed, 17 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-24 14:10:39 UTC (rev 176231)
+++ PKGBUILD2016-05-24 14:11:44 UTC (rev 176232)
@@ -7,35 +7,38 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A modular composable concurrency abstraction."
 url="http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.3' 'sh')
+depends=('ghc=8.0.1' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz;)
-install=${pkgname}.install
-options=('staticlibs')
 md5sums=('480b37cce3d35c11fd67bf9df957ae19')
 
 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
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+  -f-developer -f-integer-simple
 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.*register[^ ]* |&'--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"
+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}"
+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"
 }

Deleted: haskell-stm.install
===
--- haskell-stm.install 2016-05-24 14:10:39 UTC (rev 176231)
+++ haskell-stm.install 2016-05-24 14:11:44 UTC (rev 176232)
@@ -1,18 +0,0 @@
-HS_DIR=usr/share/haskell/haskell-stm
-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-stm/trunk (PKGBUILD)

2016-01-04 Thread Felix Yan
Date: Monday, January 4, 2016 @ 09:15:23
  Author: fyan
Revision: 155257

upgpkg: haskell-stm 2.4.4.1-1

Modified:
  haskell-stm/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-04 08:01:49 UTC (rev 155256)
+++ PKGBUILD2016-01-04 08:15:23 UTC (rev 155257)
@@ -1,22 +1,25 @@
-# Maintainer: Vesa Kaihlavirta 
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Vesa Kaihlavirta 
 # Contributor: Arch Haskell Team 
 # Package generated by cabal2arch 0.7.5
+
 _hkgname=stm
 pkgname=haskell-stm
-pkgver=2.4.4
-pkgrel=5
+pkgver=2.4.4.1
+pkgrel=1
 pkgdesc="A modular composable concurrency abstraction."
 url="http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=7.10.3' 'sh')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz;)
 install=${pkgname}.install
 options=('staticlibs')
-md5sums=('3acbbfc1e95d0939728f12673bdd2bae')
+md5sums=('480b37cce3d35c11fd67bf9df957ae19')
 
 build() {
-cd ${srcdir}/${_hkgname}-$pkgver
+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
@@ -27,12 +30,12 @@
 }
 
 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"
 }


Property changes on: haskell-stm/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:31:58
  Author: fyan
Revision: 152276

GHC 7.10.3 rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:31:45 UTC (rev 152275)
+++ PKGBUILD2015-12-10 15:31:58 UTC (rev 152276)
@@ -4,12 +4,12 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A modular composable concurrency abstraction."
 url="http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.2' 'sh')
+depends=('ghc=7.10.3' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install
 options=('staticlibs')


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

2015-10-06 Thread Evangelos Foutras
Date: Wednesday, October 7, 2015 @ 02:07:18
  Author: foutrelis
Revision: 143082

GHC 7.10.2 rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-07 00:05:54 UTC (rev 143081)
+++ PKGBUILD2015-10-07 00:07:18 UTC (rev 143082)
@@ -4,12 +4,12 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc="A modular composable concurrency abstraction."
 url="http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.10.1' 'sh')
+depends=('ghc=7.10.2' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install
 options=('staticlibs')


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

2015-09-10 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 22:21:19
  Author: foutrelis
Revision: 139828

ncurses 6.0 rebuild.

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-10 20:19:16 UTC (rev 139827)
+++ PKGBUILD2015-09-10 20:21:19 UTC (rev 139828)
@@ -4,7 +4,7 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A modular composable concurrency abstraction."
 url="http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')


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

2015-08-09 Thread Jelle van der Waa
Date: Sunday, August 9, 2015 @ 13:56:01
  Author: jelle
Revision: 138140

upgpkg: haskell-stm 2.4.4-2

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-09 10:18:58 UTC (rev 138139)
+++ PKGBUILD2015-08-09 11:56:01 UTC (rev 138140)
@@ -4,7 +4,7 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
@@ -17,7 +17,7 @@
 
 build() {
 cd ${srcdir}/${_hkgname}-$pkgver
-runhaskell Setup configure -O  --enable-split-objs --enable-shared 
--prefix=/usr \
+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


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

2015-03-30 Thread Jelle van der Waa
Date: Monday, March 30, 2015 @ 19:43:26
  Author: jelle
Revision: 130325

upgpkg: haskell-stm 2.4.4-1

ghc 7.10.1 rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-30 16:46:53 UTC (rev 130324)
+++ PKGBUILD2015-03-30 17:43:26 UTC (rev 130325)
@@ -3,17 +3,17 @@
 # Package generated by cabal2arch 0.7.5
 _hkgname=stm
 pkgname=haskell-stm
-pkgver=2.4.3
-pkgrel=4
+pkgver=2.4.4
+pkgrel=1
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.8.4' 'sh')
+depends=('ghc=7.10.1' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install
 options=('staticlibs')
-md5sums=('aaf57b183a7a4a1bda7df6f00866e709')
+md5sums=('3acbbfc1e95d0939728f12673bdd2bae')
 
 build() {
 cd ${srcdir}/${_hkgname}-$pkgver


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

2014-12-26 Thread Jelle van der Waa
Date: Friday, December 26, 2014 @ 12:39:00
  Author: jelle
Revision: 124632

upgpkg: haskell-stm 2.4.3-4

ghc 7.8.4 rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-26 11:35:23 UTC (rev 124631)
+++ PKGBUILD2014-12-26 11:39:00 UTC (rev 124632)
@@ -4,12 +4,12 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.3
-pkgrel=3
+pkgrel=4
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.8.3-1' 'sh')
+depends=('ghc=7.8.4' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install
 options=('staticlibs')


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

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 22:29:24
  Author: jelle
Revision: 115497

upgpkg: haskell-stm 2.4.3-3

ghc 7.8.3 rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 20:26:58 UTC (rev 115496)
+++ PKGBUILD2014-07-11 20:29:24 UTC (rev 115497)
@@ -4,12 +4,12 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.8.2' 'sh')
+depends=('ghc=7.8.3-1' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install
 options=('staticlibs')



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

2014-04-27 Thread Jelle van der Waa
Date: Sunday, April 27, 2014 @ 18:18:36
  Author: jelle
Revision: 110225

upgpkg: haskell-stm 2.4.3-2

ghc 7.8.2 rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-27 16:17:02 UTC (rev 110224)
+++ PKGBUILD2014-04-27 16:18:36 UTC (rev 110225)
@@ -4,7 +4,7 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')



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

2014-04-12 Thread Jelle van der Waa
Date: Saturday, April 12, 2014 @ 20:51:02
  Author: jelle
Revision: 109272

upgpkg: haskell-stm 2.4.3-1

ghc 7.8.2 rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-12 18:50:31 UTC (rev 109271)
+++ PKGBUILD2014-04-12 18:51:02 UTC (rev 109272)
@@ -3,17 +3,17 @@
 # Package generated by cabal2arch 0.7.5
 _hkgname=stm
 pkgname=haskell-stm
-pkgver=2.4.2
-pkgrel=2
+pkgver=2.4.3
+pkgrel=1
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh')
+depends=('ghc=7.8.2' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install
-md5sums=('a0008fce2e12a18ab230516132d4117e')
 options=('staticlibs')
+md5sums=('aaf57b183a7a4a1bda7df6f00866e709')
 
 build() {
 cd ${srcdir}/${_hkgname}-$pkgver



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

2013-10-26 Thread Jelle van der Waa
Date: Saturday, October 26, 2013 @ 20:06:07
  Author: jelle
Revision: 99300

add staticlibs to keep the static libs

Modified:
  haskell-stm/trunk/PKGBUILD

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

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



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

2013-04-25 Thread Jelle van der Waa
Date: Thursday, April 25, 2013 @ 19:48:15
  Author: jelle
Revision: 89020

upgpkg: haskell-stm 2.4.2-2

ghc 7.6.3 rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-25 17:41:37 UTC (rev 89019)
+++ PKGBUILD2013-04-25 17:48:15 UTC (rev 89020)
@@ -4,19 +4,19 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.2-1' 'sh')
+depends=('ghc=7.6.3-1' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install
 md5sums=('a0008fce2e12a18ab230516132d4117e')
 
 build() {
 cd ${srcdir}/${_hkgname}-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared 
--prefix=/usr \
+runhaskell Setup configure -O  --enable-split-objs --enable-shared 
--prefix=/usr \
   --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock



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

2013-02-04 Thread Thomas Dziedzic
Date: Tuesday, February 5, 2013 @ 05:29:43
  Author: td123
Revision: 83764

upgpkg: haskell-stm 2.4.2-1

rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-05 04:26:44 UTC (rev 83763)
+++ PKGBUILD2013-02-05 04:29:43 UTC (rev 83764)
@@ -3,16 +3,16 @@
 # Package generated by cabal2arch 0.7.5
 _hkgname=stm
 pkgname=haskell-stm
-pkgver=2.4
+pkgver=2.4.2
 pkgrel=1
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/package/stm;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' 'sh')
+depends=('ghc=7.6.2-1' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz)
 install=${pkgname}.install
-md5sums=('fe8ab1a8231202f1748da53454cf55fc')
+md5sums=('a0008fce2e12a18ab230516132d4117e')
 
 build() {
 cd ${srcdir}/${_hkgname}-$pkgver



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

2011-06-22 Thread Vesa Kaihlavirta
Date: Wednesday, June 22, 2011 @ 08:25:52
  Author: vesa
Revision: 128222

new HP rel

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-22 12:22:47 UTC (rev 128221)
+++ PKGBUILD2011-06-22 12:25:52 UTC (rev 128222)
@@ -4,12 +4,12 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.2.0.1
-pkgrel=2
+pkgrel=2.1
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/package/stm;
 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-stm/trunk (PKGBUILD)

2011-03-18 Thread Vesa Kaihlavirta
Date: Friday, March 18, 2011 @ 04:20:01
  Author: vesa
Revision: 115483

ghc-7.0.2-2 rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-18 08:18:29 UTC (rev 115482)
+++ PKGBUILD2011-03-18 08:20:01 UTC (rev 115483)
@@ -4,12 +4,12 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.2.0.1
-pkgrel=1.1
+pkgrel=2
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/package/stm;
 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-stm/trunk (PKGBUILD)

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

upgpkg: haskell-stm 2.2.0.1-1.1
Rebuild for GHC 7.0.2 (Haskell Platform 2011.2)

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-04 20:04:05 UTC (rev 112338)
+++ PKGBUILD2011-03-04 20:04:20 UTC (rev 112339)
@@ -4,12 +4,12 @@
 _hkgname=stm
 pkgname=haskell-stm
 pkgver=2.2.0.1
-pkgrel=1
+pkgrel=1.1
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/package/stm;
 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



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

2010-08-21 Thread Vesa Kaihlavirta
Date: Sunday, August 22, 2010 @ 01:49:07
  Author: vesa
Revision: 88312

6.12.3 rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-22 05:36:38 UTC (rev 88311)
+++ PKGBUILD2010-08-22 05:49:07 UTC (rev 88312)
@@ -1,13 +1,13 @@
 # Maintainer: Vesa Kaihlavirta v...@archlinux.org
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 pkgname=haskell-stm
-pkgver=2.1.1.2
-pkgrel=2
+pkgver=2.1.2.1
+pkgrel=1
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stm;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=6.12.1 'haskell-array=0.3.0.0' sh)
+depends=(ghc=6.12.3 'haskell-array=0.3.0.1' sh)
 options=('strip')
 
source=(http://hackage.haskell.org/packages/archive/stm/$pkgver/stm-$pkgver.tar.gz)
 install=$pkgname.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=('159eaa40d86e48f4169c25ab91d69b6d')
+md5sums=('3e88c921b0f06701b3adada24b54576e')



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

2010-03-23 Thread Allan McRae
Date: Tuesday, March 23, 2010 @ 21:53:58
  Author: allan
Revision: 73208

upgpkg: haskell-stm 2.1.1.2-2
gmp5 rebuild

Modified:
  haskell-stm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-24 01:47:10 UTC (rev 73207)
+++ PKGBUILD2010-03-24 01:53:58 UTC (rev 73208)
@@ -2,7 +2,7 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 pkgname=haskell-stm
 pkgver=2.1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A modular composable concurrency abstraction.
 url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stm;
 license=('custom:BSD3')