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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 22:29:11
  Author: felixonmars
Revision: 785531

upgpkg: haskell-code-page 0.2-11: rebuild with ghc 8.10.3

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 22:28:48 UTC (rev 785530)
+++ PKGBUILD2020-12-23 22:29:11 UTC (rev 785531)
@@ -4,7 +4,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('BSD')


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 10:53:37
  Author: felixonmars
Revision: 692664

upgpkg: haskell-code-page 0.2-10: rebuild with happy 1.20.0

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 10:53:02 UTC (rev 692663)
+++ PKGBUILD2020-08-30 10:53:37 UTC (rev 692664)
@@ -4,7 +4,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('BSD')


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:38:08
  Author: felixonmars
Revision: 682167

upgpkg: haskell-code-page 0.2-9: rebuild with ghc 8.10.2

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:37:36 UTC (rev 682166)
+++ PKGBUILD2020-08-17 05:38:08 UTC (rev 682167)
@@ -4,7 +4,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('BSD')
@@ -20,7 +20,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-code-page/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 10:36:40
  Author: felixonmars
Revision: 617937

upgpkg: haskell-code-page 0.2-8: rebuild with ghc 8.10.1

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 10:36:15 UTC (rev 617936)
+++ PKGBUILD2020-04-23 10:36:40 UTC (rev 617937)
@@ -4,7 +4,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('BSD')


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 20:56:49
  Author: felixonmars
Revision: 583206

upgpkg: haskell-code-page 0.2-7: rebuild with ghc 8.8.3

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 20:56:14 UTC (rev 583205)
+++ PKGBUILD2020-02-26 20:56:49 UTC (rev 583206)
@@ -4,7 +4,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('BSD')
@@ -33,6 +33,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-code-page/trunk (PKGBUILD)

2020-02-14 Thread Felix Yan via arch-commits
Date: Friday, February 14, 2020 @ 21:27:43
  Author: felixonmars
Revision: 571257

upgpkg: haskell-code-page 0.2-6: rebuild with ghc 8.8.2

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-14 21:27:11 UTC (rev 571256)
+++ PKGBUILD2020-02-14 21:27:43 UTC (rev 571257)
@@ -4,7 +4,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('BSD')


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 18:14:22
  Author: felixonmars
Revision: 550360

upgpkg: haskell-code-page 0.2-5: rebuild with ghc 8.8.1, cabal-doctest 1.0.7

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 18:13:49 UTC (rev 550359)
+++ PKGBUILD2020-01-08 18:14:22 UTC (rev 550360)
@@ -4,7 +4,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('BSD')


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

2019-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 24, 2019 @ 21:23:09
  Author: felixonmars
Revision: 453531

upgpkg: haskell-code-page 0.2-4

rebuild with ghc 8.6.5

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:22:39 UTC (rev 453530)
+++ PKGBUILD2019-04-24 21:23:09 UTC (rev 453531)
@@ -4,7 +4,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('BSD')


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 15:14:36
  Author: felixonmars
Revision: 438295

upgpkg: haskell-code-page 0.2-3

rebuild with ghc 8.6.4

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 15:14:17 UTC (rev 438294)
+++ PKGBUILD2019-03-09 15:14:36 UTC (rev 438295)
@@ -4,7 +4,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('BSD')


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 20:12:57
  Author: felixonmars
Revision: 413110

upgpkg: haskell-code-page 0.2-2

rebuild with ghc 8.6.3

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 20:12:24 UTC (rev 413109)
+++ PKGBUILD2018-12-09 20:12:57 UTC (rev 413110)
@@ -4,10 +4,10 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
-license=('custom:BSD3')
+license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')


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

2018-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 16, 2018 @ 05:57:52
  Author: felixonmars
Revision: 407825

upgpkg: haskell-code-page 0.2-1

rebuild with code-page 0.2

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-16 05:54:03 UTC (rev 407824)
+++ PKGBUILD2018-11-16 05:57:52 UTC (rev 407825)
@@ -3,8 +3,8 @@
 
 _hkgname=code-page
 pkgname=haskell-code-page
-pkgver=0.1.3
-pkgrel=9
+pkgver=0.2
+pkgrel=1
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('custom:BSD3')
@@ -12,7 +12,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('1a8f650051d749840562d4ac8789f9834afa73e64582f2781d542d281d894c420cdb7a5b8a2bf30c983bec99a27bec8b63a32b1cabd3ab26a964e0a9b9b647bc')
+sha512sums=('4c66f52bd9fa107c3ab3f7fe531cb919d856ab04c298fc88dd6a412a8c150b1ea6a72b683c12b8e3b4df87ea7641e09c05f2ddd3bc1f5c67f6bde6c0c4778b94')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 18:12:05
  Author: felixonmars
Revision: 401785

upgpkg: haskell-code-page 0.1.3-9

rebuild with ghc 8.6.1

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 18:11:27 UTC (rev 401784)
+++ PKGBUILD2018-11-06 18:12:05 UTC (rev 401785)
@@ -4,7 +4,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.1.3
-pkgrel=8
+pkgrel=9
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('custom:BSD3')
@@ -15,10 +15,10 @@
 
sha512sums=('1a8f650051d749840562d4ac8789f9834afa73e64582f2781d542d281d894c420cdb7a5b8a2bf30c983bec99a27bec8b63a32b1cabd3ab26a964e0a9b9b647bc')
 
 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
@@ -28,11 +28,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-code-page/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 13:38:35
  Author: felixonmars
Revision: 393534

upgpkg: haskell-code-page 0.1.3-8

rebuild with ghc 8.6.1

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 13:38:00 UTC (rev 393533)
+++ PKGBUILD2018-10-14 13:38:35 UTC (rev 393534)
@@ -4,7 +4,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.1.3
-pkgrel=7
+pkgrel=8
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('custom:BSD3')


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

2018-05-31 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 16:19:51
  Author: felixonmars
Revision: 334935

upgpkg: haskell-code-page 0.1.3-7

rebuild with ghc 8.4.3

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 16:19:18 UTC (rev 334934)
+++ PKGBUILD2018-05-31 16:19:51 UTC (rev 334935)
@@ -5,7 +5,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.1.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('custom:BSD3')


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

2018-05-16 Thread Felix Yan via arch-commits
Date: Wednesday, May 16, 2018 @ 16:05:27
  Author: felixonmars
Revision: 322899

upgpkg: haskell-code-page 0.1.3-6

rebuild with ghc 8.4.2

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 16:04:56 UTC (rev 322898)
+++ PKGBUILD2018-05-16 16:05:27 UTC (rev 322899)
@@ -5,7 +5,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.1.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('custom:BSD3')


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

2017-11-25 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 05:30:37
  Author: felixonmars
Revision: 268561

upgpkg: haskell-code-page 0.1.3-5

rebuild with ghc 8.2.2

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 05:30:05 UTC (rev 268560)
+++ PKGBUILD2017-11-26 05:30:37 UTC (rev 268561)
@@ -5,7 +5,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.1.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('custom:BSD3')


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

2017-09-23 Thread Felix Yan
Date: Saturday, September 23, 2017 @ 15:29:44
  Author: felixonmars
Revision: 260022

upgpkg: haskell-code-page 0.1.3-4

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-23 15:29:26 UTC (rev 260021)
+++ PKGBUILD2017-09-23 15:29:44 UTC (rev 260022)
@@ -5,7 +5,7 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('custom:BSD3')
@@ -13,12 +13,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-md5sums=('d8af11ed413fa8e3b3cee0a976ac15f5')
+sha512sums=('1a8f650051d749840562d4ac8789f9834afa73e64582f2781d542d281d894c420cdb7a5b8a2bf30c983bec99a27bec8b63a32b1cabd3ab26a964e0a9b9b647bc')
 
 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
@@ -36,7 +36,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-code-page/trunk (PKGBUILD)

2017-08-14 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 04:49:03
  Author: felixonmars
Revision: 250503

upgpkg: haskell-code-page 0.1.3-3

GHC 8.2.1 rebuild

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 04:48:02 UTC (rev 250502)
+++ PKGBUILD2017-08-15 04:49:03 UTC (rev 250503)
@@ -5,23 +5,23 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc')
+depends=('ghc-libs')
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 md5sums=('d8af11ed413fa8e3b3cee0a976ac15f5')
 
 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
@@ -30,11 +30,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-code-page/trunk (PKGBUILD)

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:43:18
  Author: felixonmars
Revision: 237773

upgpkg: haskell-code-page 0.1.3-2

rebuild with ghc,8.0.2

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 17:42:12 UTC (rev 237772)
+++ PKGBUILD2017-06-16 17:43:18 UTC (rev 237773)
@@ -5,12 +5,12 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1')
+depends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 md5sums=('d8af11ed413fa8e3b3cee0a976ac15f5')
 
@@ -17,7 +17,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
 runhaskell Setup build
@@ -38,4 +38,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-code-page/trunk (PKGBUILD)

2017-03-16 Thread Felix Yan
Date: Thursday, March 16, 2017 @ 16:06:58
  Author: felixonmars
Revision: 216755

upgpkg: haskell-code-page 0.1.3-1

rebuild with code-page,0.1.3

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-16 15:47:54 UTC (rev 216754)
+++ PKGBUILD2017-03-16 16:06:58 UTC (rev 216755)
@@ -4,7 +4,7 @@
 
 _hkgname=code-page
 pkgname=haskell-code-page
-pkgver=0.1.2
+pkgver=0.1.3
 pkgrel=1
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-md5sums=('d38fa20631a4cdcce7052d8c706cf70a')
+md5sums=('d8af11ed413fa8e3b3cee0a976ac15f5')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-02-20 Thread Felix Yan
Date: Tuesday, February 21, 2017 @ 06:02:52
  Author: felixonmars
Revision: 213244

upgpkg: haskell-code-page 0.1.2-1

rebuild with code-page,0.1.2

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 05:06:04 UTC (rev 213243)
+++ PKGBUILD2017-02-21 06:02:52 UTC (rev 213244)
@@ -4,7 +4,7 @@
 
 _hkgname=code-page
 pkgname=haskell-code-page
-pkgver=0.1.1
+pkgver=0.1.2
 pkgrel=1
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
@@ -11,8 +11,8 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-md5sums=('9dc7f9e2ddf0eb339ec38a4123c38abb')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('d38fa20631a4cdcce7052d8c706cf70a')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-11-18 Thread Felix Yan
Date: Saturday, November 19, 2016 @ 07:01:16
  Author: felixonmars
Revision: 196331

upgpkg: haskell-code-page 0.1.1-1

rebuild with code-page-0.1.1

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-19 04:26:34 UTC (rev 196330)
+++ PKGBUILD2016-11-19 07:01:16 UTC (rev 196331)
@@ -4,7 +4,7 @@
 
 _hkgname=code-page
 pkgname=haskell-code-page
-pkgver=0.1
+pkgver=0.1.1
 pkgrel=1
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-md5sums=('142d555d596693fb8c8750017c04f8c0')
+md5sums=('9dc7f9e2ddf0eb339ec38a4123c38abb')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"