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

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

upgpkg: haskell-bitarray 0.0.1.1-19: rebuild with ghc 8.10.3

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 21:06:47 UTC (rev 785244)
+++ PKGBUILD2020-12-23 21:07:12 UTC (rev 785245)
@@ -3,7 +3,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=18
+pkgrel=19
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('BSD')


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

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

upgpkg: haskell-bitarray 0.0.1.1-18: rebuild with happy 1.20.0

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 10:41:54 UTC (rev 692625)
+++ PKGBUILD2020-08-30 10:42:30 UTC (rev 692626)
@@ -3,7 +3,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=17
+pkgrel=18
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('BSD')


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

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

upgpkg: haskell-bitarray 0.0.1.1-17: rebuild with ghc 8.10.2

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:26:55 UTC (rev 682142)
+++ PKGBUILD2020-08-17 05:27:30 UTC (rev 682143)
@@ -3,7 +3,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 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-bitarray/trunk (PKGBUILD)

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

upgpkg: haskell-bitarray 0.0.1.1-16: rebuild with ghc 8.10.1

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 10:27:00 UTC (rev 617911)
+++ PKGBUILD2020-04-23 10:27:27 UTC (rev 617912)
@@ -3,7 +3,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('BSD')


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 20:45:54
  Author: felixonmars
Revision: 583182

upgpkg: haskell-bitarray 0.0.1.1-15: rebuild with ghc 8.8.3

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 20:45:19 UTC (rev 583181)
+++ PKGBUILD2020-02-26 20:45:54 UTC (rev 583182)
@@ -3,7 +3,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 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-bitarray/trunk (PKGBUILD)

2020-02-14 Thread Felix Yan via arch-commits
Date: Friday, February 14, 2020 @ 21:12:29
  Author: felixonmars
Revision: 571235

upgpkg: haskell-bitarray 0.0.1.1-14: rebuild with ghc 8.8.2

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-14 21:11:57 UTC (rev 571234)
+++ PKGBUILD2020-02-14 21:12:29 UTC (rev 571235)
@@ -3,7 +3,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('BSD')


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 17:58:20
  Author: felixonmars
Revision: 550336

upgpkg: haskell-bitarray 0.0.1.1-13: rebuild with ghc 8.8.1

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 17:57:46 UTC (rev 550335)
+++ PKGBUILD2020-01-08 17:58:20 UTC (rev 550336)
@@ -3,7 +3,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('BSD')


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

2019-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 24, 2019 @ 21:08:45
  Author: felixonmars
Revision: 453505

upgpkg: haskell-bitarray 0.0.1.1-12

rebuild with ghc 8.6.5

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:08:35 UTC (rev 453504)
+++ PKGBUILD2019-04-24 21:08:45 UTC (rev 453505)
@@ -3,7 +3,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('BSD')


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 14:49:40
  Author: felixonmars
Revision: 438263

upgpkg: haskell-bitarray 0.0.1.1-11

rebuild with ghc 8.6.4

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 14:49:02 UTC (rev 438262)
+++ PKGBUILD2019-03-09 14:49:40 UTC (rev 438263)
@@ -3,7 +3,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('BSD')


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

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

upgpkg: haskell-bitarray 0.0.1.1-10

rebuild with ghc 8.6.3

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 20:01:19 UTC (rev 413081)
+++ PKGBUILD2018-12-09 20:01:53 UTC (rev 413082)
@@ -3,10 +3,10 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
-license=('custom:BSD3')
+license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 17:59:48
  Author: felixonmars
Revision: 401759

upgpkg: haskell-bitarray 0.0.1.1-9

rebuild with ghc 8.6.1

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 17:59:16 UTC (rev 401758)
+++ PKGBUILD2018-11-06 17:59:48 UTC (rev 401759)
@@ -3,7 +3,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('custom:BSD3')
@@ -14,10 +14,10 @@
 
sha512sums=('4b51ef2be989949e4ab8b9cab194c2bb5f3895abf9881ddf6009dd234c2c7d01edf01dc4ae96312a36f0b3d43f1b2b975eeaa738f66ccc2ab9a1a10e07582602')
 
 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-bitarray/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 13:17:04
  Author: felixonmars
Revision: 393505

upgpkg: haskell-bitarray 0.0.1.1-8

rebuild with ghc 8.6.1

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 13:16:57 UTC (rev 393504)
+++ PKGBUILD2018-10-14 13:17:04 UTC (rev 393505)
@@ -3,7 +3,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('custom:BSD3')


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

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 10:53:46
  Author: felixonmars
Revision: 335945

upgpkg: haskell-bitarray 0.0.1.1-7

rebuild with ghc 8.4.3

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 10:53:33 UTC (rev 335944)
+++ PKGBUILD2018-06-01 10:53:46 UTC (rev 335945)
@@ -4,7 +4,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('custom:BSD3')


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 16:31:37
  Author: felixonmars
Revision: 323873

upgpkg: haskell-bitarray 0.0.1.1-6

rebuild with ghc 8.4.2

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 16:31:14 UTC (rev 323872)
+++ PKGBUILD2018-05-17 16:31:37 UTC (rev 323873)
@@ -4,7 +4,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('custom:BSD3')


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

2017-11-25 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 05:20:13
  Author: felixonmars
Revision: 268541

upgpkg: haskell-bitarray 0.0.1.1-5

rebuild with ghc 8.2.2

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 05:19:37 UTC (rev 268540)
+++ PKGBUILD2017-11-26 05:20:13 UTC (rev 268541)
@@ -4,7 +4,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('custom:BSD3')


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

2017-09-22 Thread Felix Yan
Date: Friday, September 22, 2017 @ 18:44:47
  Author: felixonmars
Revision: 259722

upgpkg: haskell-bitarray 0.0.1.1-4

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 18:44:23 UTC (rev 259721)
+++ PKGBUILD2017-09-22 18:44:47 UTC (rev 259722)
@@ -4,7 +4,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('custom:BSD3')
@@ -12,12 +12,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-md5sums=('7cab4ee3f34aefb29b63b0951d3a30c6')
+sha512sums=('4b51ef2be989949e4ab8b9cab194c2bb5f3895abf9881ddf6009dd234c2c7d01edf01dc4ae96312a36f0b3d43f1b2b975eeaa738f66ccc2ab9a1a10e07582602')
 
 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-bitarray/trunk (PKGBUILD)

2017-08-14 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 04:15:59
  Author: felixonmars
Revision: 250473

upgpkg: haskell-bitarray 0.0.1.1-3

GHC 8.2.1 rebuild

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 04:15:50 UTC (rev 250472)
+++ PKGBUILD2017-08-15 04:15:59 UTC (rev 250473)
@@ -4,23 +4,23 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 md5sums=('7cab4ee3f34aefb29b63b0951d3a30c6')
 
 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
@@ -29,11 +29,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-bitarray/trunk (PKGBUILD)

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 07:26:12
  Author: felixonmars
Revision: 237519

upgpkg: haskell-bitarray 0.0.1.1-2

rebuild with ghc,8.0.2

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 07:24:56 UTC (rev 237518)
+++ PKGBUILD2017-06-16 07:26:12 UTC (rev 237519)
@@ -4,19 +4,19 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/;
 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)
+depends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('7cab4ee3f34aefb29b63b0951d3a30c6')
 
 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
 }