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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 21:52:07
  Author: felixonmars
Revision: 785405

upgpkg: haskell-threads 0.5.1.6-15: rebuild with ghc 8.10.3

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 21:51:45 UTC (rev 785404)
+++ PKGBUILD2020-12-23 21:52:07 UTC (rev 785405)
@@ -4,7 +4,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.6
-pkgrel=14
+pkgrel=15
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("BSD")


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 20:19:38
  Author: felixonmars
Revision: 693076

upgpkg: haskell-threads 0.5.1.6-14: rebuild with happy 1.20.0

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 20:19:03 UTC (rev 693075)
+++ PKGBUILD2020-08-30 20:19:38 UTC (rev 693076)
@@ -4,7 +4,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.6
-pkgrel=13
+pkgrel=14
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("BSD")


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 12:24:37
  Author: felixonmars
Revision: 682550

upgpkg: haskell-threads 0.5.1.6-13: rebuild with ghc 8.10.2

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 12:24:02 UTC (rev 682549)
+++ PKGBUILD2020-08-17 12:24:37 UTC (rev 682550)
@@ -4,7 +4,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.6
-pkgrel=12
+pkgrel=13
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 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-threads/trunk (PKGBUILD)

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

upgpkg: haskell-threads 0.5.1.6-12: rebuild with ghc 8.10.1

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 22:41:23 UTC (rev 618356)
+++ PKGBUILD2020-04-23 22:41:52 UTC (rev 618357)
@@ -4,7 +4,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.6
-pkgrel=11
+pkgrel=12
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("BSD")


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

2020-02-27 Thread Felix Yan via arch-commits
Date: Thursday, February 27, 2020 @ 08:38:32
  Author: felixonmars
Revision: 583620

upgpkg: haskell-threads 0.5.1.6-11: rebuild with ghc 8.8.3

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-27 08:37:53 UTC (rev 583619)
+++ PKGBUILD2020-02-27 08:38:32 UTC (rev 583620)
@@ -4,7 +4,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.6
-pkgrel=10
+pkgrel=11
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 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-threads/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 16:34:57
  Author: felixonmars
Revision: 571727

upgpkg: haskell-threads 0.5.1.6-10: rebuild with ghc 8.8.2

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 16:34:16 UTC (rev 571726)
+++ PKGBUILD2020-02-15 16:34:57 UTC (rev 571727)
@@ -4,7 +4,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.6
-pkgrel=9
+pkgrel=10
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("BSD")


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

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

upgpkg: haskell-threads 0.5.1.6-9: 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-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 23:00:59 UTC (rev 550814)
+++ PKGBUILD2020-01-08 23:01:30 UTC (rev 550815)
@@ -4,7 +4,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.6
-pkgrel=8
+pkgrel=9
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("BSD")


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

2019-04-25 Thread Felix Yan via arch-commits
Date: Friday, April 26, 2019 @ 00:14:36
  Author: felixonmars
Revision: 454064

upgpkg: haskell-threads 0.5.1.6-8

rebuild with ghc 8.6.5

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 00:13:52 UTC (rev 454063)
+++ PKGBUILD2019-04-26 00:14:36 UTC (rev 454064)
@@ -4,7 +4,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.6
-pkgrel=7
+pkgrel=8
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("BSD")


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

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

upgpkg: haskell-threads 0.5.1.6-7

rebuild with ghc 8.6.4

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 00:34:20 UTC (rev 438801)
+++ PKGBUILD2019-03-10 00:34:47 UTC (rev 438802)
@@ -4,7 +4,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("BSD")


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Monday, December 10, 2018 @ 00:32:30
  Author: felixonmars
Revision: 413553

upgpkg: haskell-threads 0.5.1.6-6

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-10 00:32:19 UTC (rev 413552)
+++ PKGBUILD2018-12-10 00:32:30 UTC (rev 413553)
@@ -4,10 +4,10 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.6
-pkgrel=5
+pkgrel=6
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 21:43:00
  Author: felixonmars
Revision: 402252

upgpkg: haskell-threads 0.5.1.6-5

rebuild with ghc 8.6.2

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 21:42:25 UTC (rev 402251)
+++ PKGBUILD2018-11-06 21:43:00 UTC (rev 402252)
@@ -4,7 +4,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.6
-pkgrel=4
+pkgrel=5
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("custom:BSD3")
@@ -15,10 +15,10 @@
 
sha512sums=('d34d97e5614f23afc5d2bb671c3979d779a9d0e29147a8bf25059f35ed562264302a3242224b022388e554177aa34455cb59dc640b2fa19ec452f15afac10525')
 
 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-threads/trunk (PKGBUILD)

2018-10-15 Thread Felix Yan via arch-commits
Date: Monday, October 15, 2018 @ 10:35:44
  Author: felixonmars
Revision: 394010

upgpkg: haskell-threads 0.5.1.6-4

rebuild with ghc 8.6.1

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-15 10:35:09 UTC (rev 394009)
+++ PKGBUILD2018-10-15 10:35:44 UTC (rev 394010)
@@ -4,7 +4,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("custom:BSD3")


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

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 08:20:22
  Author: felixonmars
Revision: 335654

upgpkg: haskell-threads 0.5.1.6-3

rebuild with ghc 8.4.3

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 08:18:00 UTC (rev 335653)
+++ PKGBUILD2018-06-01 08:20:22 UTC (rev 335654)
@@ -5,7 +5,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("custom:BSD3")


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 17:02:36
  Author: felixonmars
Revision: 323917

upgpkg: haskell-threads 0.5.1.6-2

rebuild with ghc 8.4.2

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 17:01:50 UTC (rev 323916)
+++ PKGBUILD2018-05-17 17:02:36 UTC (rev 323917)
@@ -5,12 +5,12 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-stm")
+depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('d34d97e5614f23afc5d2bb671c3979d779a9d0e29147a8bf25059f35ed562264302a3242224b022388e554177aa34455cb59dc640b2fa19ec452f15afac10525')


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

2018-03-14 Thread Felix Yan via arch-commits
Date: Thursday, March 15, 2018 @ 00:58:54
  Author: felixonmars
Revision: 307847

upgpkg: haskell-threads 0.5.1.6-1

rebuild with threads,0.5.1.6

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 00:57:34 UTC (rev 307846)
+++ PKGBUILD2018-03-15 00:58:54 UTC (rev 307847)
@@ -4,8 +4,8 @@
 
 _hkgname=threads
 pkgname=haskell-threads
-pkgver=0.5.1.5
-pkgrel=5
+pkgver=0.5.1.6
+pkgrel=1
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs' "haskell-stm")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('7aded3b70ff78a4f32909d3d720f9995c16bbaf596276b4f8dcdaf6e1c89f961dcf98e89431d7e727c1c3ceb939e40080aca9eda582e4d307a16af0196989c21')
+sha512sums=('d34d97e5614f23afc5d2bb671c3979d779a9d0e29147a8bf25059f35ed562264302a3242224b022388e554177aa34455cb59dc640b2fa19ec452f15afac10525')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-02-05 Thread Felix Yan via arch-commits
Date: Monday, February 5, 2018 @ 18:41:45
  Author: felixonmars
Revision: 289276

upgpkg: haskell-threads 0.5.1.5-5

rebuild with stm,2.4.5.0

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-05 18:38:22 UTC (rev 289275)
+++ PKGBUILD2018-02-05 18:41:45 UTC (rev 289276)
@@ -5,7 +5,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("custom:BSD3")


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

2017-11-26 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 09:28:46
  Author: felixonmars
Revision: 268875

upgpkg: haskell-threads 0.5.1.5-4

rebuild with ghc 8.2.2

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 09:28:12 UTC (rev 268874)
+++ PKGBUILD2017-11-26 09:28:46 UTC (rev 268875)
@@ -5,7 +5,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("custom:BSD3")


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

2017-09-22 Thread Felix Yan
Date: Friday, September 22, 2017 @ 19:01:39
  Author: felixonmars
Revision: 259742

upgpkg: haskell-threads 0.5.1.5-3

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 19:01:24 UTC (rev 259741)
+++ PKGBUILD2017-09-22 19:01:39 UTC (rev 259742)
@@ -5,7 +5,7 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("custom:BSD3")
@@ -18,7 +18,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
@@ -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-threads/trunk (PKGBUILD)

2017-08-15 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 16:35:15
  Author: felixonmars
Revision: 251055

upgpkg: haskell-threads 0.5.1.5-2

GHC 8.2.1 rebuild

Modified:
  haskell-threads/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 16:34:21 UTC (rev 251054)
+++ PKGBUILD2017-08-15 16:35:15 UTC (rev 251055)
@@ -5,12 +5,13 @@
 _hkgname=threads
 pkgname=haskell-threads
 pkgver=0.5.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Fork threads and wait for their result"
 url="https://github.com/basvandijk/threads;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-stm")
+depends=('ghc-libs' "haskell-stm")
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('7aded3b70ff78a4f32909d3d720f9995c16bbaf596276b4f8dcdaf6e1c89f961dcf98e89431d7e727c1c3ceb939e40080aca9eda582e4d307a16af0196989c21')
 
@@ -21,7 +22,6 @@
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --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
@@ -33,8 +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"
-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"