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

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

upgpkg: haskell-old-locale 1.0.0.7-26: rebuild with ghc 8.10.3

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 22:18:22 UTC (rev 785492)
+++ PKGBUILD2020-12-23 22:18:43 UTC (rev 785493)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=25
+pkgrel=26
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 18:26:25
  Author: felixonmars
Revision: 692906

upgpkg: haskell-old-locale 1.0.0.7-25: rebuild with happy 1.20.0

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 18:25:26 UTC (rev 692905)
+++ PKGBUILD2020-08-30 18:26:25 UTC (rev 692906)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=24
+pkgrel=25
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 07:01:23
  Author: felixonmars
Revision: 682367

upgpkg: haskell-old-locale 1.0.0.7-24: rebuild with ghc 8.10.2

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 07:00:51 UTC (rev 682366)
+++ PKGBUILD2020-08-17 07:01:23 UTC (rev 682367)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=23
+pkgrel=24
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')
@@ -23,7 +23,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-old-locale/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 13:53:08
  Author: felixonmars
Revision: 618146

upgpkg: haskell-old-locale 1.0.0.7-23: rebuild with ghc 8.10.1

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 13:52:38 UTC (rev 618145)
+++ PKGBUILD2020-04-23 13:53:08 UTC (rev 618146)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=22
+pkgrel=23
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

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

upgpkg: haskell-old-locale 1.0.0.7-22: rebuild with ghc 8.8.3

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 22:18:47 UTC (rev 583413)
+++ PKGBUILD2020-02-26 22:19:21 UTC (rev 583414)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=21
+pkgrel=22
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')
@@ -36,6 +36,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-old-locale/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 14:06:27
  Author: felixonmars
Revision: 571521

upgpkg: haskell-old-locale 1.0.0.7-21: rebuild with ghc 8.8.2

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 14:05:52 UTC (rev 571520)
+++ PKGBUILD2020-02-15 14:06:27 UTC (rev 571521)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=20
+pkgrel=21
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 20:05:14
  Author: felixonmars
Revision: 550587

upgpkg: haskell-old-locale 1.0.0.7-20: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 20:04:39 UTC (rev 550586)
+++ PKGBUILD2020-01-08 20:05:14 UTC (rev 550587)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=19
+pkgrel=20
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2019-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 12:09:18
  Author: felixonmars
Revision: 453784

upgpkg: haskell-old-locale 1.0.0.7-19

rebuild with ghc 8.6.5

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 12:08:28 UTC (rev 453783)
+++ PKGBUILD2019-04-25 12:09:18 UTC (rev 453784)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=18
+pkgrel=19
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

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

upgpkg: haskell-old-locale 1.0.0.7-18

rebuild with ghc 8.6.4

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 17:13:01 UTC (rev 438516)
+++ PKGBUILD2019-03-09 17:13:31 UTC (rev 438517)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=17
+pkgrel=18
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

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

upgpkg: haskell-old-locale 1.0.0.7-17

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 22:12:28 UTC (rev 413315)
+++ PKGBUILD2018-12-09 22:12:58 UTC (rev 413316)
@@ -3,10 +3,10 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=16
+pkgrel=17
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 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-old-locale/trunk (PKGBUILD)

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 19:41:55
  Author: felixonmars
Revision: 402002

upgpkg: haskell-old-locale 1.0.0.7-16

rebuild with ghc 8.6.1

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 19:41:19 UTC (rev 402001)
+++ PKGBUILD2018-11-06 19:41:55 UTC (rev 402002)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=15
+pkgrel=16
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -18,10 +18,10 @@
 }
 
 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
@@ -31,11 +31,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-old-locale/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 18:13:05
  Author: felixonmars
Revision: 393738

upgpkg: haskell-old-locale 1.0.0.7-15

rebuild with ghc 8.6.1

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 18:12:33 UTC (rev 393737)
+++ PKGBUILD2018-10-14 18:13:05 UTC (rev 393738)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=14
+pkgrel=15
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2018-05-31 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 15:59:55
  Author: felixonmars
Revision: 334891

upgpkg: haskell-old-locale 1.0.0.7-14

rebuild with ghc 8.4.3

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 15:59:26 UTC (rev 334890)
+++ PKGBUILD2018-05-31 15:59:55 UTC (rev 334891)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=13
+pkgrel=14
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2018-05-16 Thread Felix Yan via arch-commits
Date: Wednesday, May 16, 2018 @ 15:18:24
  Author: felixonmars
Revision: 322863

upgpkg: haskell-old-locale 1.0.0.7-13

rebuild with ghc 8.4.2

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 15:17:34 UTC (rev 322862)
+++ PKGBUILD2018-05-16 15:18:24 UTC (rev 322863)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=12
+pkgrel=13
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2017-11-25 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 06:57:33
  Author: felixonmars
Revision: 268743

upgpkg: haskell-old-locale 1.0.0.7-12

rebuild with ghc 8.2.2

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 06:56:55 UTC (rev 268742)
+++ PKGBUILD2017-11-26 06:57:33 UTC (rev 268743)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=11
+pkgrel=12
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2017-09-22 Thread Felix Yan
Date: Friday, September 22, 2017 @ 14:30:01
  Author: felixonmars
Revision: 259502

upgpkg: haskell-old-locale 1.0.0.7-11

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 14:29:38 UTC (rev 259501)
+++ PKGBUILD2017-09-22 14:30:01 UTC (rev 259502)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=10
+pkgrel=11
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('507bd2d3ce2407403e2a2d1136c3d149')
+sha512sums=('34d018cb040de9adce3ddb8cffabe2a0610f6cd0ff5340ee721b7076671bd5cc3e830f58d16e73240df4b068510f7a24fd1995efc38f002b52d228abc4581d6a')
 
 prepare() {
 sed -i 's/base >= 4.2 && < 4.9/base >= 4.2/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
@@ -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-old-locale/trunk (PKGBUILD)

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

upgpkg: haskell-old-locale 1.0.0.7-10

GHC 8.2.1 rebuild

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 08:15:33 UTC (rev 250702)
+++ PKGBUILD2017-08-15 08:18:09 UTC (rev 250703)
@@ -3,27 +3,27 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=9
+pkgrel=10
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 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/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('507bd2d3ce2407403e2a2d1136c3d149')
 
 prepare() {
-sed -i 's/base >= 4.2 && < 4.9/base >= 4.2 \&\& < 4.10/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+sed -i 's/base >= 4.2 && < 4.9/base >= 4.2/' 
${_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
 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
@@ -32,11 +32,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-old-locale/trunk (PKGBUILD)

2017-06-14 Thread Felix Yan
Date: Wednesday, June 14, 2017 @ 20:05:10
  Author: felixonmars
Revision: 236859

upgpkg: haskell-old-locale 1.0.0.7-9

rebuild with ghc,8.0.2

Modified:
  haskell-old-locale/trunk/PKGBUILD

--+
 PKGBUILD |   34 +++---
 1 file changed, 19 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-14 20:03:09 UTC (rev 236858)
+++ PKGBUILD2017-06-14 20:05:10 UTC (rev 236859)
@@ -1,15 +1,14 @@
 # Maintainer: Jelle van der Waa 
+
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=8
+pkgrel=9
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
-url="http://hackage.haskell.org/package/${_hkgname};
+url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-makedepends=()
-depends=('ghc=8.0.1')
-options=('strip')
+depends=('ghc')
 
source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('507bd2d3ce2407403e2a2d1136c3d149')
 
@@ -18,12 +17,14 @@
 }
 
 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-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,9 +35,12 @@
 
 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
+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
 }


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

2015-12-10 Thread Felix Yan
Date: Thursday, December 10, 2015 @ 16:28:28
  Author: fyan
Revision: 152255

GHC 7.10.3 rebuild

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:28:16 UTC (rev 152254)
+++ PKGBUILD2015-12-10 15:28:28 UTC (rev 152255)
@@ -2,13 +2,13 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=6
+pkgrel=7
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc=7.10.2')
+depends=('ghc=7.10.3')
 options=('strip')
 
source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install


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

2015-10-06 Thread Evangelos Foutras
Date: Wednesday, October 7, 2015 @ 01:58:33
  Author: foutrelis
Revision: 143074

GHC 7.10.2 rebuild

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-06 23:57:46 UTC (rev 143073)
+++ PKGBUILD2015-10-06 23:58:33 UTC (rev 143074)
@@ -2,13 +2,13 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=5
+pkgrel=6
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc=7.10.1')
+depends=('ghc=7.10.2')
 options=('strip')
 
source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install


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

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

ncurses 6.0 rebuild.

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-10 20:17:40 UTC (rev 139825)
+++ PKGBUILD2015-09-10 20:19:09 UTC (rev 139826)
@@ -2,7 +2,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=4
+pkgrel=5
 pkgdesc="This package provides the ability to adapt to locale conventions such 
as date and time formats."
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:53:28
  Author: jelle
Revision: 130437

upgpkg: haskell-old-locale 1.0.0.7-3

ghc 7.10.1 rebuild

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 18:39:51 UTC (rev 130436)
+++ PKGBUILD2015-03-31 18:53:28 UTC (rev 130437)
@@ -17,7 +17,7 @@
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+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-old-locale/trunk (PKGBUILD)

2015-03-31 Thread Jelle van der Waa
Date: Tuesday, March 31, 2015 @ 20:58:58
  Author: jelle
Revision: 130445

upgpkg: haskell-old-locale 1.0.0.7-4

ghc 7.10.1 rebuild

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 18:57:16 UTC (rev 130444)
+++ PKGBUILD2015-03-31 18:58:58 UTC (rev 130445)
@@ -2,7 +2,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=3
+pkgrel=4
 pkgdesc=This package provides the ability to adapt to locale conventions such 
as date and time formats.
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')