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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 23:20:29
  Author: felixonmars
Revision: 785711

upgpkg: haskell-unliftio-core 0.2.0.1-5: rebuild with ghc 8.10.3

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 23:20:07 UTC (rev 785710)
+++ PKGBUILD2020-12-23 23:20:29 UTC (rev 785711)
@@ -4,7 +4,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.2.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 20:35:14
  Author: felixonmars
Revision: 693112

upgpkg: haskell-unliftio-core 0.2.0.1-4: rebuild with happy 1.20.0

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 20:35:13 UTC (rev 693111)
+++ PKGBUILD2020-08-30 20:35:14 UTC (rev 693112)
@@ -4,7 +4,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.2.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 12:39:29
  Author: felixonmars
Revision: 682586

upgpkg: haskell-unliftio-core 0.2.0.1-3: rebuild with ghc 8.10.2

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 12:38:57 UTC (rev 682585)
+++ PKGBUILD2020-08-17 12:39:29 UTC (rev 682586)
@@ -4,7 +4,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.2.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")
@@ -25,7 +25,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-unliftio-core/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 23:01:20
  Author: felixonmars
Revision: 618410

upgpkg: haskell-unliftio-core 0.2.0.1-2: rebuild with ghc 8.10.1

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 23:01:12 UTC (rev 618409)
+++ PKGBUILD2020-04-23 23:01:20 UTC (rev 618410)
@@ -4,7 +4,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")
@@ -14,6 +14,11 @@
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('6bb6bbab7336ea460b354e897c7fae236a53e7975af0430abcb2bb9d23374da0340381176d55f827f8a2b17809fa0205c6baf2a2542c72b9557b874c593d1b02')
 
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
 build() {
 cd $_hkgname-$pkgver
 


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

2020-03-09 Thread Felix Yan via arch-commits
Date: Monday, March 9, 2020 @ 22:15:41
  Author: felixonmars
Revision: 593326

upgpkg: haskell-unliftio-core 0.2.0.1-1: rebuild with unliftio-core 0.2.0.1

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-09 22:12:36 UTC (rev 593325)
+++ PKGBUILD2020-03-09 22:15:41 UTC (rev 593326)
@@ -3,7 +3,7 @@
 
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
-pkgver=0.2.0.0
+pkgver=0.2.0.1
 pkgrel=1
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
@@ -12,13 +12,8 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('15d22f03c7eee3b468dd944c9abf060ea628480055003fd570a997533b645baba253a5fda9f21020afafbbf198d19a50f2c9c944b204eabe8e6d902656ef6ca4')
+sha512sums=('6bb6bbab7336ea460b354e897c7fae236a53e7975af0430abcb2bb9d23374da0340381176d55f827f8a2b17809fa0205c6baf2a2542c72b9557b874c593d1b02')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i -e 's/<.*4.12/<5/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2020-03-07 Thread Felix Yan via arch-commits
Date: Saturday, March 7, 2020 @ 21:15:31
  Author: felixonmars
Revision: 591301

upgpkg: haskell-unliftio-core 0.2.0.0-1: rebuild with unliftio-core 0.2.0.0

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-07 21:11:23 UTC (rev 591300)
+++ PKGBUILD2020-03-07 21:15:31 UTC (rev 591301)
@@ -3,8 +3,8 @@
 
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
-pkgver=0.1.2.0
-pkgrel=9
+pkgver=0.2.0.0
+pkgrel=1
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")
@@ -12,7 +12,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('5bd46d40be031b398b3238a5170f45641861a30c8cf20ca5a202b47367f00bb52e7391a53301edd47f8d688c713c06ebfdc51b1528518e28f8e8d6ad619e10eb')
+sha512sums=('15d22f03c7eee3b468dd944c9abf060ea628480055003fd570a997533b645baba253a5fda9f21020afafbbf198d19a50f2c9c944b204eabe8e6d902656ef6ca4')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2020-02-27 Thread Felix Yan via arch-commits
Date: Thursday, February 27, 2020 @ 09:00:34
  Author: felixonmars
Revision: 583672

upgpkg: haskell-unliftio-core 0.1.2.0-9: rebuild with ghc 8.8.3

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-27 08:59:59 UTC (rev 583671)
+++ PKGBUILD2020-02-27 09:00:34 UTC (rev 583672)
@@ -4,7 +4,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.1.2.0
-pkgrel=8
+pkgrel=9
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")
@@ -38,6 +38,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-unliftio-core/trunk (PKGBUILD)

2020-02-15 Thread Felix Yan via arch-commits
Date: Saturday, February 15, 2020 @ 16:59:46
  Author: felixonmars
Revision: 571781

upgpkg: haskell-unliftio-core 0.1.2.0-8: rebuild with ghc 8.8.2

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-15 16:59:11 UTC (rev 571780)
+++ PKGBUILD2020-02-15 16:59:46 UTC (rev 571781)
@@ -4,7 +4,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.1.2.0
-pkgrel=7
+pkgrel=8
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")


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

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

upgpkg: haskell-unliftio-core 0.1.2.0-7: 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, 
unexceptionalio 0.5.0

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 23:33:31 UTC (rev 550866)
+++ PKGBUILD2020-01-08 23:34:03 UTC (rev 550867)
@@ -4,7 +4,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.1.2.0
-pkgrel=6
+pkgrel=7
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")


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

2019-04-26 Thread Felix Yan via arch-commits
Date: Friday, April 26, 2019 @ 07:01:45
  Author: felixonmars
Revision: 454114

upgpkg: haskell-unliftio-core 0.1.2.0-6

rebuild with ghc 8.6.5

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 07:01:12 UTC (rev 454113)
+++ PKGBUILD2019-04-26 07:01:45 UTC (rev 454114)
@@ -4,7 +4,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.1.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")


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

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

upgpkg: haskell-unliftio-core 0.1.2.0-5

rebuild with ghc 8.6.4

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-10 00:51:16 UTC (rev 438841)
+++ PKGBUILD2019-03-10 00:51:43 UTC (rev 438842)
@@ -4,7 +4,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.1.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")


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

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

upgpkg: haskell-unliftio-core 0.1.2.0-4

rebuild with ghc 8.6.3, cmark-gfm 0.1.6

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-10 00:52:20 UTC (rev 413600)
+++ PKGBUILD2018-12-10 00:52:52 UTC (rev 413601)
@@ -4,7 +4,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 22:05:04
  Author: felixonmars
Revision: 402308

upgpkg: haskell-unliftio-core 0.1.2.0-3

rebuild with ghc 8.6.2

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 22:04:31 UTC (rev 402307)
+++ PKGBUILD2018-11-06 22:05:04 UTC (rev 402308)
@@ -4,7 +4,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")
@@ -20,10 +20,10 @@
 }
 
 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
@@ -33,11 +33,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-unliftio-core/trunk (PKGBUILD)

2018-10-15 Thread Felix Yan via arch-commits
Date: Monday, October 15, 2018 @ 11:12:00
  Author: felixonmars
Revision: 394062

upgpkg: haskell-unliftio-core 0.1.2.0-2

rebuild with ghc 8.6.1

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-15 11:06:38 UTC (rev 394061)
+++ PKGBUILD2018-10-15 11:12:00 UTC (rev 394062)
@@ -4,7 +4,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")
@@ -16,7 +16,7 @@
 
 prepare() {
 cd $_hkgname-$pkgver
-sed -i 's/<.*4.11/<5/' $_hkgname.cabal
+sed -i -e 's/<.*4.12/<5/' $_hkgname.cabal
 }
 
 build() {


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

2018-08-29 Thread Felix Yan via arch-commits
Date: Wednesday, August 29, 2018 @ 08:33:26
  Author: felixonmars
Revision: 375080

upgpkg: haskell-unliftio-core 0.1.2.0-1

rebuild with unliftio-core 0.1.2.0

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-29 08:27:10 UTC (rev 375079)
+++ PKGBUILD2018-08-29 08:33:26 UTC (rev 375080)
@@ -4,8 +4,8 @@
 
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
-pkgver=0.1.1.0
-pkgrel=3
+pkgver=0.1.2.0
+pkgrel=1
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('e8be49b96f3daaff670dfa4b2a4e77bd290a5629b3df974155a7ea9631015969c9f4e9f74d4217eb1b77a47565aacf537e7f46f5f9a481c548a41f85876b1141')
+sha512sums=('5bd46d40be031b398b3238a5170f45641861a30c8cf20ca5a202b47367f00bb52e7391a53301edd47f8d688c713c06ebfdc51b1528518e28f8e8d6ad619e10eb')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2018-05-31 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 17:38:52
  Author: felixonmars
Revision: 335078

upgpkg: haskell-unliftio-core 0.1.1.0-3

rebuild with ghc 8.4.3

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 17:38:20 UTC (rev 335077)
+++ PKGBUILD2018-05-31 17:38:52 UTC (rev 335078)
@@ -5,7 +5,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")


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

2018-05-16 Thread Felix Yan via arch-commits
Date: Wednesday, May 16, 2018 @ 16:30:00
  Author: felixonmars
Revision: 322939

upgpkg: haskell-unliftio-core 0.1.1.0-2

rebuild with ghc 8.4.2

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 16:27:10 UTC (rev 322938)
+++ PKGBUILD2018-05-16 16:30:00 UTC (rev 322939)
@@ -5,7 +5,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")
@@ -15,6 +15,11 @@
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('e8be49b96f3daaff670dfa4b2a4e77bd290a5629b3df974155a7ea9631015969c9f4e9f74d4217eb1b77a47565aacf537e7f46f5f9a481c548a41f85876b1141')
 
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*4.11/<5/' $_hkgname.cabal
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2018-01-07 Thread Felix Yan via arch-commits
Date: Monday, January 8, 2018 @ 04:58:36
  Author: felixonmars
Revision: 280292

upgpkg: haskell-unliftio-core 0.1.1.0-1

rebuild with unliftio,0.2.4.0 unliftio-core,0.1.1.0

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-08 04:55:14 UTC (rev 280291)
+++ PKGBUILD2018-01-08 04:58:36 UTC (rev 280292)
@@ -4,8 +4,8 @@
 
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
-pkgver=0.1.0.0
-pkgrel=3
+pkgver=0.1.1.0
+pkgrel=1
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('069611aafaed410a47031c47714724dddf4db10811575f7773389ce6a48cb7bf27a5f62e1ef1d2e240ff8974ee208eb8e4cc54ec809d067feb1c8f14bda9d1b5')
+sha512sums=('e8be49b96f3daaff670dfa4b2a4e77bd290a5629b3df974155a7ea9631015969c9f4e9f74d4217eb1b77a47565aacf537e7f46f5f9a481c548a41f85876b1141')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-11-26 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 09:39:02
  Author: felixonmars
Revision: 268897

upgpkg: haskell-unliftio-core 0.1.0.0-3

rebuild with ghc 8.2.2

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 09:38:25 UTC (rev 268896)
+++ PKGBUILD2017-11-26 09:39:02 UTC (rev 268897)
@@ -5,7 +5,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")


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

2017-09-23 Thread Felix Yan
Date: Saturday, September 23, 2017 @ 17:43:26
  Author: felixonmars
Revision: 260282

upgpkg: haskell-unliftio-core 0.1.0.0-2

Modified:
  haskell-unliftio-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-23 17:43:15 UTC (rev 260281)
+++ PKGBUILD2017-09-23 17:43:26 UTC (rev 260282)
@@ -5,7 +5,7 @@
 _hkgname=unliftio-core
 pkgname=haskell-unliftio-core
 pkgver=0.1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")
@@ -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
 }