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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 23:15:08
  Author: felixonmars
Revision: 785689

upgpkg: haskell-monadlib 3.10-8: rebuild with ghc 8.10.3

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 23:14:43 UTC (rev 785688)
+++ PKGBUILD2020-12-23 23:15:08 UTC (rev 785689)
@@ -4,7 +4,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.10
-pkgrel=7
+pkgrel=8
 pkgdesc="A collection of monad transformers"
 url="https://wiki.github.com/yav/monadlib";
 license=("BSD")


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

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

upgpkg: haskell-monadlib 3.10-7: rebuild with happy 1.20.0

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 18:16:37 UTC (rev 692887)
+++ PKGBUILD2020-08-30 18:17:18 UTC (rev 692888)
@@ -4,7 +4,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.10
-pkgrel=6
+pkgrel=7
 pkgdesc="A collection of monad transformers"
 url="https://wiki.github.com/yav/monadlib";
 license=("BSD")


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

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 06:53:29
  Author: felixonmars
Revision: 682349

upgpkg: haskell-monadlib 3.10-6: rebuild with ghc 8.10.2

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 06:52:44 UTC (rev 682348)
+++ PKGBUILD2020-08-17 06:53:29 UTC (rev 682349)
@@ -4,7 +4,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.10
-pkgrel=5
+pkgrel=6
 pkgdesc="A collection of monad transformers"
 url="https://wiki.github.com/yav/monadlib";
 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-monadlib/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 12:16:52
  Author: felixonmars
Revision: 618124

upgpkg: haskell-monadlib 3.10-5: rebuild with ghc 8.10.1

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 12:16:19 UTC (rev 618123)
+++ PKGBUILD2020-04-23 12:16:52 UTC (rev 618124)
@@ -4,7 +4,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.10
-pkgrel=4
+pkgrel=5
 pkgdesc="A collection of monad transformers"
 url="https://wiki.github.com/yav/monadlib";
 license=("BSD")


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 22:11:40
  Author: felixonmars
Revision: 583394

upgpkg: haskell-monadlib 3.10-4: rebuild with ghc 8.8.3

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 22:11:00 UTC (rev 583393)
+++ PKGBUILD2020-02-26 22:11:40 UTC (rev 583394)
@@ -4,7 +4,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.10
-pkgrel=3
+pkgrel=4
 pkgdesc="A collection of monad transformers"
 url="https://wiki.github.com/yav/monadlib";
 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-monadlib/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 13:33:35
  Author: felixonmars
Revision: 571499

upgpkg: haskell-monadlib 3.10-3: rebuild with ghc 8.8.2

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 13:32:49 UTC (rev 571498)
+++ PKGBUILD2020-02-15 13:33:35 UTC (rev 571499)
@@ -4,7 +4,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.10
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of monad transformers"
 url="https://wiki.github.com/yav/monadlib";
 license=("BSD")


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 19:55:55
  Author: felixonmars
Revision: 550565

upgpkg: haskell-monadlib 3.10-2: rebuild with ghc 8.8.1, cabal-doctest 1.0.7

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 19:55:16 UTC (rev 550564)
+++ PKGBUILD2020-01-08 19:55:55 UTC (rev 550565)
@@ -4,7 +4,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of monad transformers"
 url="https://wiki.github.com/yav/monadlib";
 license=("BSD")


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

2019-10-19 Thread Felix Yan via arch-commits
Date: Sunday, October 20, 2019 @ 06:00:13
  Author: felixonmars
Revision: 517619

upgpkg: haskell-monadlib 3.10-1

rebuild with monadLib 3.10

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-20 05:59:00 UTC (rev 517618)
+++ PKGBUILD2019-10-20 06:00:13 UTC (rev 517619)
@@ -3,8 +3,8 @@
 
 _hkgname=monadLib
 pkgname=haskell-monadlib
-pkgver=3.9
-pkgrel=3
+pkgver=3.10
+pkgrel=1
 pkgdesc="A collection of monad transformers"
 url="https://wiki.github.com/yav/monadlib";
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('63d59d5fc5dd71612c97dd0a069edd372f590a6fc02d15cd54344350bde91de50f8830c1892926f4ff753cb88e462aa72f0119e00b931b449389cd70dbe595f3')
+sha512sums=('db579c362e1a5d7737c3cadd8cc3cfaea620fc9ee3057a00f1400c84b3d25b52d91a192553898c4ee51f0d8a6ad4a66a4e97bc10bf132b1955abb89cfc4b053d')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-06-03 Thread Antonio Rojas via arch-commits
Date: Monday, June 3, 2019 @ 21:06:05
  Author: arojas
Revision: 476791

https

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-03 21:05:48 UTC (rev 476790)
+++ PKGBUILD2019-06-03 21:06:05 UTC (rev 476791)
@@ -6,7 +6,7 @@
 pkgver=3.9
 pkgrel=3
 pkgdesc="A collection of monad transformers"
-url="http://wiki.github.com/yav/monadlib";
+url="https://wiki.github.com/yav/monadlib";
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')


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

2019-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 11:53:04
  Author: felixonmars
Revision: 453752

upgpkg: haskell-monadlib 3.9-3

rebuild with ghc 8.6.5

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 11:52:28 UTC (rev 453751)
+++ PKGBUILD2019-04-25 11:53:04 UTC (rev 453752)
@@ -4,7 +4,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.9
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of monad transformers"
 url="http://wiki.github.com/yav/monadlib";
 license=("BSD")


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 16:58:39
  Author: felixonmars
Revision: 438489

upgpkg: haskell-monadlib 3.9-2

rebuild with ghc 8.6.4

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 16:58:02 UTC (rev 438488)
+++ PKGBUILD2019-03-09 16:58:39 UTC (rev 438489)
@@ -4,7 +4,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of monad transformers"
 url="http://wiki.github.com/yav/monadlib";
 license=("BSD")


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

2019-01-24 Thread Felix Yan via arch-commits
Date: Thursday, January 24, 2019 @ 10:33:01
  Author: felixonmars
Revision: 427474

upgpkg: haskell-monadlib 3.9-1

rebuild with monadLib 3.9

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-24 10:32:59 UTC (rev 427473)
+++ PKGBUILD2019-01-24 10:33:01 UTC (rev 427474)
@@ -3,7 +3,7 @@
 
 _hkgname=monadLib
 pkgname=haskell-monadlib
-pkgver=3.8
+pkgver=3.9
 pkgrel=1
 pkgdesc="A collection of monad transformers"
 url="http://wiki.github.com/yav/monadlib";
@@ -12,7 +12,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('b7bf2470d6f2c03cc0a1453670dca968a5178828e90bdb575d6d539af6b642c0ee477ed588b5afab4a55be6b5d0ff26484432663d69a6088da49ced88f714770')
+sha512sums=('63d59d5fc5dd71612c97dd0a069edd372f590a6fc02d15cd54344350bde91de50f8830c1892926f4ff753cb88e462aa72f0119e00b931b449389cd70dbe595f3')
 
 build() {
 cd $_hkgname-$pkgver
@@ -19,8 +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 \
-  -f-base3
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script


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

2019-01-20 Thread Felix Yan via arch-commits
Date: Sunday, January 20, 2019 @ 10:17:51
  Author: felixonmars
Revision: 425024

upgpkg: haskell-monadlib 3.8-1

rebuild with monadLib 3.8

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-20 10:16:40 UTC (rev 425023)
+++ PKGBUILD2019-01-20 10:17:51 UTC (rev 425024)
@@ -3,8 +3,8 @@
 
 _hkgname=monadLib
 pkgname=haskell-monadlib
-pkgver=3.7.3
-pkgrel=8
+pkgver=3.8
+pkgrel=1
 pkgdesc="A collection of monad transformers"
 url="http://wiki.github.com/yav/monadlib";
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('43826b3166def916a6b25731b8956f9319b6db19f12ca65688e210f60dd719daabc805b13cf61f0d5c6eff88a109bb0f3d1a2174f295af5b1c9271b5efcef9e6')
+sha512sums=('b7bf2470d6f2c03cc0a1453670dca968a5178828e90bdb575d6d539af6b642c0ee477ed588b5afab4a55be6b5d0ff26484432663d69a6088da49ced88f714770')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 22:03:07
  Author: felixonmars
Revision: 413294

upgpkg: haskell-monadlib 3.7.3-8

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 22:02:33 UTC (rev 413293)
+++ PKGBUILD2018-12-09 22:03:07 UTC (rev 413294)
@@ -4,10 +4,10 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.7.3
-pkgrel=7
+pkgrel=8
 pkgdesc="A collection of monad transformers"
 url="http://wiki.github.com/yav/monadlib";
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 19:30:42
  Author: felixonmars
Revision: 401980

upgpkg: haskell-monadlib 3.7.3-7

rebuild with ghc 8.6.1

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 19:30:07 UTC (rev 401979)
+++ PKGBUILD2018-11-06 19:30:42 UTC (rev 401980)
@@ -4,7 +4,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.7.3
-pkgrel=6
+pkgrel=7
 pkgdesc="A collection of monad transformers"
 url="http://wiki.github.com/yav/monadlib";
 license=("custom:BSD3")
@@ -15,10 +15,10 @@
 
sha512sums=('43826b3166def916a6b25731b8956f9319b6db19f12ca65688e210f60dd719daabc805b13cf61f0d5c6eff88a109bb0f3d1a2174f295af5b1c9271b5efcef9e6')
 
 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 \
   -f-base3
 runhaskell Setup build
@@ -29,11 +29,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-monadlib/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 17:56:16
  Author: felixonmars
Revision: 393716

upgpkg: haskell-monadlib 3.7.3-6

rebuild with ghc 8.6.1

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 17:55:39 UTC (rev 393715)
+++ PKGBUILD2018-10-14 17:56:16 UTC (rev 393716)
@@ -4,7 +4,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.7.3
-pkgrel=5
+pkgrel=6
 pkgdesc="A collection of monad transformers"
 url="http://wiki.github.com/yav/monadlib";
 license=("custom:BSD3")


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

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 12:04:57
  Author: felixonmars
Revision: 336071

upgpkg: haskell-monadlib 3.7.3-5

rebuild with ghc 8.4.3

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 12:04:24 UTC (rev 336070)
+++ PKGBUILD2018-06-01 12:04:57 UTC (rev 336071)
@@ -5,7 +5,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.7.3
-pkgrel=4
+pkgrel=5
 pkgdesc="A collection of monad transformers"
 url="http://wiki.github.com/yav/monadlib";
 license=("custom:BSD3")


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 18:28:03
  Author: felixonmars
Revision: 323993

upgpkg: haskell-monadlib 3.7.3-4

rebuild with ghc 8.4.2

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 18:25:02 UTC (rev 323992)
+++ PKGBUILD2018-05-17 18:28:03 UTC (rev 323993)
@@ -5,7 +5,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.7.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A collection of monad transformers"
 url="http://wiki.github.com/yav/monadlib";
 license=("custom:BSD3")


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

2017-11-25 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 06:34:41
  Author: felixonmars
Revision: 268693

upgpkg: haskell-monadlib 3.7.3-3

rebuild with ghc 8.2.2

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 06:34:03 UTC (rev 268692)
+++ PKGBUILD2017-11-26 06:34:41 UTC (rev 268693)
@@ -5,7 +5,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of monad transformers"
 url="http://wiki.github.com/yav/monadlib";
 license=("custom:BSD3")


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

2017-09-22 Thread Felix Yan
Date: Friday, September 22, 2017 @ 19:23:46
  Author: felixonmars
Revision: 259789

upgpkg: haskell-monadlib 3.7.3-2

Modified:
  haskell-monadlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 19:23:31 UTC (rev 259788)
+++ PKGBUILD2017-09-22 19:23:46 UTC (rev 259789)
@@ -5,7 +5,7 @@
 _hkgname=monadLib
 pkgname=haskell-monadlib
 pkgver=3.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of monad transformers"
 url="http://wiki.github.com/yav/monadlib";
 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 \
   -f-base3
@@ -37,7 +37,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
 }