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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 22:27:31
  Author: felixonmars
Revision: 785525

upgpkg: haskell-file-embed 0.0.13.0-2: rebuild with ghc 8.10.3

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 22:27:09 UTC (rev 785524)
+++ PKGBUILD2020-12-23 22:27:31 UTC (rev 785525)
@@ -4,7 +4,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 license=("BSD")


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

2020-09-24 Thread Felix Yan via arch-commits
Date: Thursday, September 24, 2020 @ 12:37:57
  Author: felixonmars
Revision: 711687

upgpkg: haskell-file-embed 0.0.13.0-1: rebuild with file-embed 0.0.13.0

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-24 12:36:10 UTC (rev 711686)
+++ PKGBUILD2020-09-24 12:37:57 UTC (rev 711687)
@@ -3,8 +3,8 @@
 
 _hkgname=file-embed
 pkgname=haskell-file-embed
-pkgver=0.0.12.0
-pkgrel=3
+pkgver=0.0.13.0
+pkgrel=1
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 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=('f585ff2312acca5001dcc9783d1701272a8edf461ea5245489c85610c75c0cd03f25214b623b3ff203fa08ae24eaa87b210e6b32226000f93206e85f6b8403d2')
+sha512sums=('3bd7f6267b9099d62da06dec381cddfed2b6d047382f741c62b32ec7dcfe92cf69aee25915d448fb8e673bdad98dc42f55efb3ca0f6d84aa161951cedf990ee4')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 11:34:19
  Author: felixonmars
Revision: 692742

upgpkg: haskell-file-embed 0.0.12.0-3: rebuild with happy 1.20.0

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 11:33:41 UTC (rev 692741)
+++ PKGBUILD2020-08-30 11:34:19 UTC (rev 692742)
@@ -4,7 +4,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 license=("BSD")


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

2020-08-17 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 06:07:31
  Author: felixonmars
Revision: 682249

upgpkg: haskell-file-embed 0.0.12.0-2: rebuild with ghc 8.10.2

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 06:06:56 UTC (rev 682248)
+++ PKGBUILD2020-08-17 06:07:31 UTC (rev 682249)
@@ -4,7 +4,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 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-file-embed/trunk (PKGBUILD)

2020-05-18 Thread Felix Yan via arch-commits
Date: Monday, May 18, 2020 @ 18:06:17
  Author: felixonmars
Revision: 629594

upgpkg: haskell-file-embed 0.0.12.0-1: rebuild with file-embed 0.0.12.0

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-18 17:45:51 UTC (rev 629593)
+++ PKGBUILD2020-05-18 18:06:17 UTC (rev 629594)
@@ -3,8 +3,8 @@
 
 _hkgname=file-embed
 pkgname=haskell-file-embed
-pkgver=0.0.11.2
-pkgrel=2
+pkgver=0.0.12.0
+pkgrel=1
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 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=('48ea61d41d1f0ac855a446c64830b15904f2a696c16a0abec4407d6f74b61d333ed4854d3c75c2402c7a834704c063793a6660ef4e4fdd0ce9195492a34f8361')
+sha512sums=('f585ff2312acca5001dcc9783d1701272a8edf461ea5245489c85610c75c0cd03f25214b623b3ff203fa08ae24eaa87b210e6b32226000f93206e85f6b8403d2')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 11:02:34
  Author: felixonmars
Revision: 618028

upgpkg: haskell-file-embed 0.0.11.2-2: rebuild with ghc 8.10.1

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 11:02:06 UTC (rev 618027)
+++ PKGBUILD2020-04-23 11:02:34 UTC (rev 618028)
@@ -4,7 +4,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 license=("BSD")


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

2020-02-28 Thread Felix Yan via arch-commits
Date: Friday, February 28, 2020 @ 20:15:27
  Author: felixonmars
Revision: 586657

upgpkg: haskell-file-embed 0.0.11.2-1: rebuild with file-embed 0.0.11.2

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-28 19:38:58 UTC (rev 586656)
+++ PKGBUILD2020-02-28 20:15:27 UTC (rev 586657)
@@ -3,8 +3,8 @@
 
 _hkgname=file-embed
 pkgname=haskell-file-embed
-pkgver=0.0.11.1
-pkgrel=4
+pkgver=0.0.11.2
+pkgrel=1
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 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=('88874c14d77da7ee7718e094de94018e5ac5b572965b6fd5a76bb2ca704191f1493f370bb3ebdacedd1f460364d1c915c6f8af9c32979e8d0a636f7a64c460f2')
+sha512sums=('48ea61d41d1f0ac855a446c64830b15904f2a696c16a0abec4407d6f74b61d333ed4854d3c75c2402c7a834704c063793a6660ef4e4fdd0ce9195492a34f8361')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 21:27:39
  Author: felixonmars
Revision: 583280

upgpkg: haskell-file-embed 0.0.11.1-4: rebuild with ghc 8.8.3

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 21:27:05 UTC (rev 583279)
+++ PKGBUILD2020-02-26 21:27:39 UTC (rev 583280)
@@ -4,7 +4,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.11.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 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-file-embed/trunk (PKGBUILD)

2020-02-14 Thread Felix Yan via arch-commits
Date: Friday, February 14, 2020 @ 21:57:11
  Author: felixonmars
Revision: 571337

upgpkg: haskell-file-embed 0.0.11.1-3: rebuild with ghc 8.8.2

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-14 21:56:39 UTC (rev 571336)
+++ PKGBUILD2020-02-14 21:57:11 UTC (rev 571337)
@@ -4,7 +4,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.11.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 license=("BSD")


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 18:57:46
  Author: felixonmars
Revision: 550432

upgpkg: haskell-file-embed 0.0.11.1-2: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 18:57:08 UTC (rev 550431)
+++ PKGBUILD2020-01-08 18:57:46 UTC (rev 550432)
@@ -4,7 +4,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 license=("BSD")


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

2019-12-20 Thread Felix Yan via arch-commits
Date: Friday, December 20, 2019 @ 15:49:33
  Author: felixonmars
Revision: 538502

upgpkg: haskell-file-embed 0.0.11.1-1: rebuild with file-embed 0.0.11.1

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-20 15:31:16 UTC (rev 538501)
+++ PKGBUILD2019-12-20 15:49:33 UTC (rev 538502)
@@ -3,8 +3,8 @@
 
 _hkgname=file-embed
 pkgname=haskell-file-embed
-pkgver=0.0.11
-pkgrel=6
+pkgver=0.0.11.1
+pkgrel=1
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 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=('2c6ac6bdf951706a6d2cfe317bb6c50e3fb166acd746ff9af0420212bfc8f298cf4dea08b2e38cb4615b98cbc15954e1b7d46918970234e4ab91012e34bf7b41')
+sha512sums=('88874c14d77da7ee7718e094de94018e5ac5b572965b6fd5a76bb2ca704191f1493f370bb3ebdacedd1f460364d1c915c6f8af9c32979e8d0a636f7a64c460f2')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-04-24 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 00:57:16
  Author: felixonmars
Revision: 453605

upgpkg: haskell-file-embed 0.0.11-6

rebuild with ghc 8.6.5

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 00:56:45 UTC (rev 453604)
+++ PKGBUILD2019-04-25 00:57:16 UTC (rev 453605)
@@ -4,7 +4,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.11
-pkgrel=5
+pkgrel=6
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 license=("BSD")


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

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

upgpkg: haskell-file-embed 0.0.11-5

rebuild with ghc 8.6.4

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 15:59:03 UTC (rev 438376)
+++ PKGBUILD2019-03-09 15:59:37 UTC (rev 438377)
@@ -4,7 +4,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.11
-pkgrel=4
+pkgrel=5
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 license=("BSD")


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

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

upgpkg: haskell-file-embed 0.0.11-4

rebuild with ghc 8.6.3

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 20:41:40 UTC (rev 413181)
+++ PKGBUILD2018-12-09 20:42:13 UTC (rev 413182)
@@ -4,10 +4,10 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.11
-pkgrel=3
+pkgrel=4
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 18:43:57
  Author: felixonmars
Revision: 401863

upgpkg: haskell-file-embed 0.0.11-3

rebuild with ghc 8.6.1

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 18:43:19 UTC (rev 401862)
+++ PKGBUILD2018-11-06 18:43:57 UTC (rev 401863)
@@ -4,7 +4,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.11
-pkgrel=2
+pkgrel=3
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 license=("custom:BSD3")
@@ -15,10 +15,10 @@
 
sha512sums=('2c6ac6bdf951706a6d2cfe317bb6c50e3fb166acd746ff9af0420212bfc8f298cf4dea08b2e38cb4615b98cbc15954e1b7d46918970234e4ab91012e34bf7b41')
 
 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-file-embed/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 14:45:01
  Author: felixonmars
Revision: 393608

upgpkg: haskell-file-embed 0.0.11-2

rebuild with ghc 8.6.1

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 14:44:11 UTC (rev 393607)
+++ PKGBUILD2018-10-14 14:45:01 UTC (rev 393608)
@@ -4,7 +4,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 license=("custom:BSD3")


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

2018-07-29 Thread Felix Yan via arch-commits
Date: Monday, July 30, 2018 @ 03:43:36
  Author: felixonmars
Revision: 364907

upgpkg: haskell-file-embed 0.0.11-1

rebuild with file-embed 0.0.11

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-30 03:28:17 UTC (rev 364906)
+++ PKGBUILD2018-07-30 03:43:36 UTC (rev 364907)
@@ -4,8 +4,8 @@
 
 _hkgname=file-embed
 pkgname=haskell-file-embed
-pkgver=0.0.10.1
-pkgrel=5
+pkgver=0.0.11
+pkgrel=1
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('101ddf9cd463b5d2e17d243c72aa0afd51d0eb32dd46da0d677e2b5acf921f8f28c8d50710a81d9165e7ad42210b7f44d7db6c69c8c3a56a167e5e29e7950f1d')
+sha512sums=('2c6ac6bdf951706a6d2cfe317bb6c50e3fb166acd746ff9af0420212bfc8f298cf4dea08b2e38cb4615b98cbc15954e1b7d46918970234e4ab91012e34bf7b41')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 08:58:32
  Author: felixonmars
Revision: 335728

upgpkg: haskell-file-embed 0.0.10.1-5

rebuild with ghc 8.4.3

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 08:58:00 UTC (rev 335727)
+++ PKGBUILD2018-06-01 08:58:32 UTC (rev 335728)
@@ -5,7 +5,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.10.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 license=("custom:BSD3")


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 10:46:59
  Author: felixonmars
Revision: 323654

upgpkg: haskell-file-embed 0.0.10.1-4

rebuild with ghc 8.4.2

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 10:46:26 UTC (rev 323653)
+++ PKGBUILD2018-05-17 10:46:59 UTC (rev 323654)
@@ -5,7 +5,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.10.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 license=("custom:BSD3")


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

2017-11-25 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 05:58:15
  Author: felixonmars
Revision: 268623

upgpkg: haskell-file-embed 0.0.10.1-3

rebuild with ghc 8.2.2

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 05:57:41 UTC (rev 268622)
+++ PKGBUILD2017-11-26 05:58:15 UTC (rev 268623)
@@ -5,7 +5,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 license=("custom:BSD3")


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

2017-09-22 Thread Felix Yan
Date: Friday, September 22, 2017 @ 19:05:43
  Author: felixonmars
Revision: 259751

upgpkg: haskell-file-embed 0.0.10.1-2

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 19:05:31 UTC (rev 259750)
+++ PKGBUILD2017-09-22 19:05:43 UTC (rev 259751)
@@ -5,7 +5,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 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-file-embed/trunk (PKGBUILD)

2017-09-15 Thread Felix Yan
Date: Friday, September 15, 2017 @ 06:03:43
  Author: felixonmars
Revision: 257578

upgpkg: haskell-file-embed 0.0.10.1-1

rebuild with file-embed,0.0.10.1

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-15 06:02:26 UTC (rev 257577)
+++ PKGBUILD2017-09-15 06:03:43 UTC (rev 257578)
@@ -4,8 +4,8 @@
 
 _hkgname=file-embed
 pkgname=haskell-file-embed
-pkgver=0.0.10
-pkgrel=4
+pkgver=0.0.10.1
+pkgrel=1
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 license=("custom:BSD3")
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('f751925cec5773a4fad5a48ca0a86a21091ee5f1efccf618a64a89fa2cf5f711')
+sha512sums=('101ddf9cd463b5d2e17d243c72aa0afd51d0eb32dd46da0d677e2b5acf921f8f28c8d50710a81d9165e7ad42210b7f44d7db6c69c8c3a56a167e5e29e7950f1d')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-08-14 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 05:44:24
  Author: felixonmars
Revision: 250564

upgpkg: haskell-file-embed 0.0.10-4

GHC 8.2.1 rebuild

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 05:43:24 UTC (rev 250563)
+++ PKGBUILD2017-08-15 05:44:24 UTC (rev 250564)
@@ -5,12 +5,13 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.10
-pkgrel=3
+pkgrel=4
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 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;)
 sha256sums=('f751925cec5773a4fad5a48ca0a86a21091ee5f1efccf618a64a89fa2cf5f711')
 
@@ -19,9 +20,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
@@ -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"


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

2017-06-15 Thread Felix Yan
Date: Thursday, June 15, 2017 @ 18:40:46
  Author: felixonmars
Revision: 237345

upgpkg: haskell-file-embed 0.0.10-3

rebuild with ghc,8.0.2

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-15 18:39:33 UTC (rev 237344)
+++ PKGBUILD2017-06-15 18:40:46 UTC (rev 237345)
@@ -5,12 +5,12 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.10
-pkgrel=2
+pkgrel=3
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
 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;)
 sha256sums=('f751925cec5773a4fad5a48ca0a86a21091ee5f1efccf618a64a89fa2cf5f711')
 
@@ -17,7 +17,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
@@ -38,4 +38,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
 }


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

2017-04-26 Thread Felix Yan
Date: Wednesday, April 26, 2017 @ 08:36:03
  Author: felixonmars
Revision: 225517

use https

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 08:35:45 UTC (rev 225516)
+++ PKGBUILD2017-04-26 08:36:03 UTC (rev 225517)
@@ -11,7 +11,7 @@
 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;)
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('f751925cec5773a4fad5a48ca0a86a21091ee5f1efccf618a64a89fa2cf5f711')
 
 build() {


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

2016-04-28 Thread Felix Yan
Date: Friday, April 29, 2016 @ 07:47:16
  Author: fyan
Revision: 172608

upgpkg: haskell-file-embed 0.0.10-1

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, 
http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, 
auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, 
contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, 
data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 
0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.1.0, math-functions-0.1.6.0, 
mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, 
shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, 
vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, 
wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, 
yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, 
yesod-persistent-1.4.0.5

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 05:45:35 UTC (rev 172607)
+++ PKGBUILD2016-04-29 05:47:16 UTC (rev 172608)
@@ -4,7 +4,7 @@
 
 _hkgname=file-embed
 pkgname=haskell-file-embed
-pkgver=0.0.9.1
+pkgver=0.0.10
 pkgrel=1
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('fdbde52cdf03067661944d072d95578ade8a27d709669f4ed40314fc729e460f')
+sha256sums=('f751925cec5773a4fad5a48ca0a86a21091ee5f1efccf618a64a89fa2cf5f711')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-01-20 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 03:30:16
  Author: fyan
Revision: 158344

upgpkg: haskell-file-embed 0.0.9.1-1

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-21 02:27:37 UTC (rev 158343)
+++ PKGBUILD2016-01-21 02:30:16 UTC (rev 158344)
@@ -4,7 +4,7 @@
 
 _hkgname=file-embed
 pkgname=haskell-file-embed
-pkgver=0.0.9
+pkgver=0.0.9.1
 pkgrel=1
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed;
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('58b3a6b0e0566b9f89286ecd456a669273b8333cd39356d4cc88ef897d93d005')
+sha256sums=('fdbde52cdf03067661944d072d95578ade8a27d709669f4ed40314fc729e460f')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"