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

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

upgpkg: haskell-data-bword 0.1.0.1-19: rebuild with ghc 8.10.3

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 22:07:32 UTC (rev 785454)
+++ PKGBUILD2020-12-23 22:07:54 UTC (rev 785455)
@@ -3,7 +3,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=18
+pkgrel=19
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 license=('BSD')


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 11:04:17
  Author: felixonmars
Revision: 692692

upgpkg: haskell-data-bword 0.1.0.1-18: rebuild with happy 1.20.0

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 11:03:42 UTC (rev 692691)
+++ PKGBUILD2020-08-30 11:04:17 UTC (rev 692692)
@@ -3,7 +3,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=17
+pkgrel=18
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 license=('BSD')


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

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

upgpkg: haskell-data-bword 0.1.0.1-17: rebuild with ghc 8.10.2

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:47:10 UTC (rev 682192)
+++ PKGBUILD2020-08-17 05:47:42 UTC (rev 682193)
@@ -3,7 +3,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 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-data-bword/trunk (PKGBUILD)

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

upgpkg: haskell-data-bword 0.1.0.1-16: rebuild with ghc 8.10.1

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 10:44:04 UTC (rev 617973)
+++ PKGBUILD2020-04-23 10:44:29 UTC (rev 617974)
@@ -3,7 +3,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 license=('BSD')


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 21:06:55
  Author: felixonmars
Revision: 583230

upgpkg: haskell-data-bword 0.1.0.1-15: rebuild with ghc 8.8.3

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 21:06:20 UTC (rev 583229)
+++ PKGBUILD2020-02-26 21:06:55 UTC (rev 583230)
@@ -3,7 +3,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 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-data-bword/trunk (PKGBUILD)

2020-02-14 Thread Felix Yan via arch-commits
Date: Friday, February 14, 2020 @ 21:37:28
  Author: felixonmars
Revision: 571283

upgpkg: haskell-data-bword 0.1.0.1-14: rebuild with ghc 8.8.2

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-14 21:36:57 UTC (rev 571282)
+++ PKGBUILD2020-02-14 21:37:28 UTC (rev 571283)
@@ -3,7 +3,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 license=('BSD')


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 18:24:58
  Author: felixonmars
Revision: 550384

upgpkg: haskell-data-bword 0.1.0.1-13: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 18:24:25 UTC (rev 550383)
+++ PKGBUILD2020-01-08 18:24:58 UTC (rev 550384)
@@ -3,7 +3,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 license=('BSD')


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

2019-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 24, 2019 @ 21:32:42
  Author: felixonmars
Revision: 453555

upgpkg: haskell-data-bword 0.1.0.1-12

rebuild with ghc 8.6.5

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:32:11 UTC (rev 453554)
+++ PKGBUILD2019-04-24 21:32:42 UTC (rev 453555)
@@ -3,7 +3,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 license=('BSD')


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 15:37:49
  Author: felixonmars
Revision: 438325

upgpkg: haskell-data-bword 0.1.0.1-11

rebuild with ghc 8.6.4

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 15:37:19 UTC (rev 438324)
+++ PKGBUILD2019-03-09 15:37:49 UTC (rev 438325)
@@ -3,7 +3,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 license=('BSD')


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

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

upgpkg: haskell-data-bword 0.1.0.1-10

rebuild with ghc 8.6.3

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 20:22:12 UTC (rev 413133)
+++ PKGBUILD2018-12-09 20:22:42 UTC (rev 413134)
@@ -3,10 +3,10 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
-license=('custom:BSD3')
+license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 18:22:30
  Author: felixonmars
Revision: 401809

upgpkg: haskell-data-bword 0.1.0.1-9

rebuild with ghc 8.6.1

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 18:21:55 UTC (rev 401808)
+++ PKGBUILD2018-11-06 18:22:30 UTC (rev 401809)
@@ -3,7 +3,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 license=('custom:BSD3')
@@ -14,10 +14,10 @@
 
sha512sums=('16338a0c4c8bd2cd9c676ae6986fdb167809c361d770f953074fecc3cb5626ca99cc826c3e5a2e925177f95e3f8ef40715764b0ffb09ddde6ecd593d0e76')
 
 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-data-bword/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 13:49:29
  Author: felixonmars
Revision: 393558

upgpkg: haskell-data-bword 0.1.0.1-8

rebuild with ghc 8.6.1

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 13:48:56 UTC (rev 393557)
+++ PKGBUILD2018-10-14 13:49:29 UTC (rev 393558)
@@ -3,7 +3,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 license=('custom:BSD3')


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

2018-05-31 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 04:06:19
  Author: felixonmars
Revision: 335421

upgpkg: haskell-data-bword 0.1.0.1-7

rebuild with ghc 8.4.3

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 04:05:44 UTC (rev 335420)
+++ PKGBUILD2018-06-01 04:06:19 UTC (rev 335421)
@@ -4,7 +4,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 license=('custom:BSD3')


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

2018-05-16 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 06:49:25
  Author: felixonmars
Revision: 323340

upgpkg: haskell-data-bword 0.1.0.1-6

rebuild with ghc 8.4.2

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 06:48:39 UTC (rev 323339)
+++ PKGBUILD2018-05-17 06:49:25 UTC (rev 323340)
@@ -4,7 +4,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 license=('custom:BSD3')


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

2017-11-26 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 19:09:35
  Author: felixonmars
Revision: 268995

upgpkg: haskell-data-bword 0.1.0.1-5

rebuild with ghc 8.2.2

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 19:09:01 UTC (rev 268994)
+++ PKGBUILD2017-11-26 19:09:35 UTC (rev 268995)
@@ -4,7 +4,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 license=('custom:BSD3')


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

2017-09-24 Thread Felix Yan
Date: Sunday, September 24, 2017 @ 08:35:54
  Author: felixonmars
Revision: 260379

upgpkg: haskell-data-bword 0.1.0.1-4

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-24 08:35:45 UTC (rev 260378)
+++ PKGBUILD2017-09-24 08:35:54 UTC (rev 260379)
@@ -4,7 +4,7 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 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=('734e3aa7628497ae4707fc5f2c1e698c')
+sha512sums=('16338a0c4c8bd2cd9c676ae6986fdb167809c361d770f953074fecc3cb5626ca99cc826c3e5a2e925177f95e3f8ef40715764b0ffb09ddde6ecd593d0e76')
 
 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-data-bword/trunk (PKGBUILD)

2017-08-14 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 05:06:39
  Author: felixonmars
Revision: 250517

upgpkg: haskell-data-bword 0.1.0.1-3

GHC 8.2.1 rebuild

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 05:05:39 UTC (rev 250516)
+++ PKGBUILD2017-08-15 05:06:39 UTC (rev 250517)
@@ -4,12 +4,13 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 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=('734e3aa7628497ae4707fc5f2c1e698c')
 
@@ -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-data-bword/trunk (PKGBUILD)

2017-06-14 Thread Felix Yan
Date: Thursday, June 15, 2017 @ 06:39:44
  Author: felixonmars
Revision: 237093

upgpkg: haskell-data-bword 0.1.0.1-2

rebuild with ghc,8.0.2

Modified:
  haskell-data-bword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-15 06:38:21 UTC (rev 237092)
+++ PKGBUILD2017-06-15 06:39:44 UTC (rev 237093)
@@ -4,12 +4,12 @@
 _hkgname=data-bword
 pkgname=haskell-data-bword
 pkgver=0.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra operations on binary words of fixed length"
 url="https://github.com/mvv/data-bword";
 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=('734e3aa7628497ae4707fc5f2c1e698c')
 
@@ -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
 }