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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 21:02:19
  Author: felixonmars
Revision: 785229

upgpkg: haskell-type-hint 0.1-21: rebuild with ghc 8.10.3

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 21:01:58 UTC (rev 785228)
+++ PKGBUILD2020-12-23 21:02:19 UTC (rev 785229)
@@ -3,7 +3,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=20
+pkgrel=21
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('BSD')


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 20:29:24
  Author: felixonmars
Revision: 693098

upgpkg: haskell-type-hint 0.1-20: rebuild with happy 1.20.0

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 20:28:49 UTC (rev 693097)
+++ PKGBUILD2020-08-30 20:29:24 UTC (rev 693098)
@@ -3,7 +3,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=19
+pkgrel=20
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('BSD')


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 12:33:09
  Author: felixonmars
Revision: 682572

upgpkg: haskell-type-hint 0.1-19: rebuild with ghc 8.10.2

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 12:32:38 UTC (rev 682571)
+++ PKGBUILD2020-08-17 12:33:09 UTC (rev 682572)
@@ -3,7 +3,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=18
+pkgrel=19
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('BSD')
@@ -19,7 +19,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-type-hint/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 22:52:55
  Author: felixonmars
Revision: 618382

upgpkg: haskell-type-hint 0.1-18: rebuild with ghc 8.10.1

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 22:52:13 UTC (rev 618381)
+++ PKGBUILD2020-04-23 22:52:55 UTC (rev 618382)
@@ -3,7 +3,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=17
+pkgrel=18
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('BSD')


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

2020-02-27 Thread Felix Yan via arch-commits
Date: Thursday, February 27, 2020 @ 08:54:13
  Author: felixonmars
Revision: 583656

upgpkg: haskell-type-hint 0.1-17: rebuild with ghc 8.8.3

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-27 08:53:40 UTC (rev 583655)
+++ PKGBUILD2020-02-27 08:54:13 UTC (rev 583656)
@@ -3,7 +3,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('BSD')
@@ -32,6 +32,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-type-hint/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 16:53:10
  Author: felixonmars
Revision: 571767

upgpkg: haskell-type-hint 0.1-16: rebuild with ghc 8.8.2

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 16:52:34 UTC (rev 571766)
+++ PKGBUILD2020-02-15 16:53:10 UTC (rev 571767)
@@ -3,7 +3,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('BSD')


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 23:21:38
  Author: felixonmars
Revision: 550853

upgpkg: haskell-type-hint 0.1-15: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 23:21:07 UTC (rev 550852)
+++ PKGBUILD2020-01-08 23:21:38 UTC (rev 550853)
@@ -3,7 +3,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('BSD')


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

2019-04-25 Thread Felix Yan via arch-commits
Date: Friday, April 26, 2019 @ 00:28:02
  Author: felixonmars
Revision: 454094

upgpkg: haskell-type-hint 0.1-14

rebuild with ghc 8.6.5

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 00:27:30 UTC (rev 454093)
+++ PKGBUILD2019-04-26 00:28:02 UTC (rev 454094)
@@ -3,7 +3,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('BSD')


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Sunday, March 10, 2019 @ 00:45:45
  Author: felixonmars
Revision: 438826

upgpkg: haskell-type-hint 0.1-13

rebuild with ghc 8.6.4

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 00:45:18 UTC (rev 438825)
+++ PKGBUILD2019-03-10 00:45:45 UTC (rev 438826)
@@ -3,7 +3,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('BSD')


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Monday, December 10, 2018 @ 00:44:29
  Author: felixonmars
Revision: 413581

upgpkg: haskell-type-hint 0.1-12

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-10 00:43:59 UTC (rev 413580)
+++ PKGBUILD2018-12-10 00:44:29 UTC (rev 413581)
@@ -3,10 +3,10 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
-license=('custom:BSD3')
+license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-tagged')
 makedepends=('ghc')


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 21:55:54
  Author: felixonmars
Revision: 402288

upgpkg: haskell-type-hint 0.1-11

rebuild with ghc 8.6.2

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 21:55:15 UTC (rev 402287)
+++ PKGBUILD2018-11-06 21:55:54 UTC (rev 402288)
@@ -3,7 +3,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('custom:BSD3')
@@ -14,10 +14,10 @@
 
sha512sums=('4f84031298612bfe5f64eb26ce876078bc54b5f8ab672c7760483bcec338455a1e7ba63d15b1fe771344a1afe65a28957bb10f6329441c609ce0af5f110b66bc')
 
 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
@@ -27,11 +27,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-type-hint/trunk (PKGBUILD)

2018-10-15 Thread Felix Yan via arch-commits
Date: Monday, October 15, 2018 @ 10:57:05
  Author: felixonmars
Revision: 394040

upgpkg: haskell-type-hint 0.1-10

rebuild with ghc 8.6.1

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-15 10:56:20 UTC (rev 394039)
+++ PKGBUILD2018-10-15 10:57:05 UTC (rev 394040)
@@ -3,7 +3,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('custom:BSD3')


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

2018-07-03 Thread Felix Yan via arch-commits
Date: Tuesday, July 3, 2018 @ 07:43:07
  Author: felixonmars
Revision: 350556

upgpkg: haskell-type-hint 0.1-9

rebuild with tagged 0.8.6

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-03 07:42:34 UTC (rev 350555)
+++ PKGBUILD2018-07-03 07:43:07 UTC (rev 350556)
@@ -4,7 +4,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('custom:BSD3')


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

2018-05-31 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 04:18:25
  Author: felixonmars
Revision: 335447

upgpkg: haskell-type-hint 0.1-8

rebuild with ghc 8.4.3

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 04:17:52 UTC (rev 335446)
+++ PKGBUILD2018-06-01 04:18:25 UTC (rev 335447)
@@ -4,7 +4,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('custom:BSD3')


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

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 18:39:42
  Author: felixonmars
Revision: 330305

upgpkg: haskell-type-hint 0.1-7

rebuild with transformers-base 0.4.5.2 transformers-compat 0.6.2

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-26 18:39:11 UTC (rev 330304)
+++ PKGBUILD2018-05-26 18:39:42 UTC (rev 330305)
@@ -4,7 +4,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('custom:BSD3')


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 07:29:23
  Author: felixonmars
Revision: 323386

upgpkg: haskell-type-hint 0.1-6

rebuild with ghc 8.4.2

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 07:28:42 UTC (rev 323385)
+++ PKGBUILD2018-05-17 07:29:23 UTC (rev 323386)
@@ -4,7 +4,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('custom:BSD3')


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

2017-11-26 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 09:31:40
  Author: felixonmars
Revision: 268881

upgpkg: haskell-type-hint 0.1-5

rebuild with ghc 8.2.2

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 09:31:00 UTC (rev 268880)
+++ PKGBUILD2017-11-26 09:31:40 UTC (rev 268881)
@@ -4,7 +4,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('custom:BSD3')


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

2017-09-23 Thread Felix Yan
Date: Saturday, September 23, 2017 @ 17:38:31
  Author: felixonmars
Revision: 260270

upgpkg: haskell-type-hint 0.1-4

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-23 17:38:21 UTC (rev 260269)
+++ PKGBUILD2017-09-23 17:38:31 UTC (rev 260270)
@@ -4,7 +4,7 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('custom:BSD3')
@@ -12,12 +12,12 @@
 depends=('ghc-libs' 'haskell-tagged')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-md5sums=('a73bf948946aef4a3f18409032d8ff06')
+sha512sums=('4f84031298612bfe5f64eb26ce876078bc54b5f8ab672c7760483bcec338455a1e7ba63d15b1fe771344a1afe65a28957bb10f6329441c609ce0af5f110b66bc')
 
 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
@@ -35,7 +35,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-type-hint/trunk (PKGBUILD)

2017-08-15 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 17:37:01
  Author: felixonmars
Revision: 251138

upgpkg: haskell-type-hint 0.1-3

GHC 8.2.1 rebuild

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 17:36:09 UTC (rev 251137)
+++ PKGBUILD2017-08-15 17:37:01 UTC (rev 251138)
@@ -4,12 +4,13 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc' 'haskell-tagged')
+depends=('ghc-libs' 'haskell-tagged')
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 md5sums=('a73bf948946aef4a3f18409032d8ff06')
 
@@ -18,9 +19,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
@@ -32,8 +32,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-type-hint/trunk (PKGBUILD)

2017-06-15 Thread Felix Yan
Date: Thursday, June 15, 2017 @ 15:25:26
  Author: felixonmars
Revision: 237180

upgpkg: haskell-type-hint 0.1-2

rebuild with ghc,8.0.2

Modified:
  haskell-type-hint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-15 15:23:42 UTC (rev 237179)
+++ PKGBUILD2017-06-15 15:25:26 UTC (rev 237180)
@@ -4,12 +4,12 @@
 _hkgname=type-hint
 pkgname=haskell-type-hint
 pkgver=0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Guide type inference with proxy values"
 url="https://github.com/mvv/type-hint;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-tagged')
+depends=('ghc' 'haskell-tagged')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 md5sums=('a73bf948946aef4a3f18409032d8ff06')
 
@@ -16,7 +16,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
@@ -37,4 +37,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
 }