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

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

upgpkg: haskell-bytestring-show 0.3.5.6-26: rebuild with ghc 8.10.3

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 21:43:55 UTC (rev 785376)
+++ PKGBUILD2020-12-23 21:44:19 UTC (rev 785377)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=25
+pkgrel=26
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

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

upgpkg: haskell-bytestring-show 0.3.5.6-25: rebuild with happy 1.20.0

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 10:46:49 UTC (rev 692637)
+++ PKGBUILD2020-08-30 10:47:31 UTC (rev 692638)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=24
+pkgrel=25
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

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

upgpkg: haskell-bytestring-show 0.3.5.6-24: rebuild with ghc 8.10.2

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:31:28 UTC (rev 682154)
+++ PKGBUILD2020-08-17 05:32:17 UTC (rev 682155)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=23
+pkgrel=24
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')
@@ -24,7 +24,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-bytestring-show/trunk (PKGBUILD)

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

upgpkg: haskell-bytestring-show 0.3.5.6-23: rebuild with ghc 8.10.1

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 10:30:48 UTC (rev 617924)
+++ PKGBUILD2020-04-23 10:31:18 UTC (rev 617925)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=22
+pkgrel=23
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 20:51:05
  Author: felixonmars
Revision: 583194

upgpkg: haskell-bytestring-show 0.3.5.6-22: rebuild with ghc 8.8.3

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 20:50:26 UTC (rev 583193)
+++ PKGBUILD2020-02-26 20:51:05 UTC (rev 583194)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=21
+pkgrel=22
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')
@@ -37,6 +37,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-bytestring-show/trunk (PKGBUILD)

2020-02-14 Thread Felix Yan via arch-commits
Date: Friday, February 14, 2020 @ 21:23:25
  Author: felixonmars
Revision: 571247

upgpkg: haskell-bytestring-show 0.3.5.6-21: rebuild with ghc 8.8.2

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-14 21:22:49 UTC (rev 571246)
+++ PKGBUILD2020-02-14 21:23:25 UTC (rev 571247)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=20
+pkgrel=21
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 18:05:06
  Author: felixonmars
Revision: 550348

upgpkg: haskell-bytestring-show 0.3.5.6-20: rebuild with ghc 8.8.1

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 18:01:58 UTC (rev 550347)
+++ PKGBUILD2020-01-08 18:05:06 UTC (rev 550348)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=19
+pkgrel=20
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')
@@ -15,6 +15,7 @@
 prepare() {
 cd bytestring-show-$pkgver
 sed -e 's/< *0.8/<1/g' -e 's/< *0.6/<1/g' -i bytestring-show.cabal
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
 }
 
 build() {


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

2019-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 24, 2019 @ 21:13:53
  Author: felixonmars
Revision: 453517

upgpkg: haskell-bytestring-show 0.3.5.6-19

rebuild with ghc 8.6.5

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 21:13:19 UTC (rev 453516)
+++ PKGBUILD2019-04-24 21:13:53 UTC (rev 453517)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=18
+pkgrel=19
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 15:02:25
  Author: felixonmars
Revision: 438277

upgpkg: haskell-bytestring-show 0.3.5.6-18

rebuild with ghc 8.6.4

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 15:01:46 UTC (rev 438276)
+++ PKGBUILD2019-03-09 15:02:25 UTC (rev 438277)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=17
+pkgrel=18
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

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

upgpkg: haskell-bytestring-show 0.3.5.6-17

rebuild with ghc 8.6.3

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 20:06:21 UTC (rev 413095)
+++ PKGBUILD2018-12-09 20:07:01 UTC (rev 413096)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=16
+pkgrel=17
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 18:05:19
  Author: felixonmars
Revision: 401771

upgpkg: haskell-bytestring-show 0.3.5.6-16

rebuild with ghc 8.6.1

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 18:04:39 UTC (rev 401770)
+++ PKGBUILD2018-11-06 18:05:19 UTC (rev 401771)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=15
+pkgrel=16
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')
@@ -21,7 +21,7 @@
 cd "$srcdir"/bytestring-show-${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,9 +33,9 @@
 package() {
 cd "${srcdir}/bytestring-show-${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-bytestring-show/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 13:30:39
  Author: felixonmars
Revision: 393520

upgpkg: haskell-bytestring-show 0.3.5.6-15

rebuild with ghc 8.6.1

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 13:23:26 UTC (rev 393519)
+++ PKGBUILD2018-10-14 13:30:39 UTC (rev 393520)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=14
+pkgrel=15
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')
@@ -12,14 +12,14 @@
 
source=("https://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz";)
 
sha512sums=('f59a041e30ec3b3eb9f971968606685ba5968dafc44d92ed50c9f7f124b891f48fc6612fdfc1a57f702e76e41f70c647e81c1919ab7fee194db9d97ddd73dd10')
 
+prepare() {
+cd bytestring-show-$pkgver
+sed -e 's/< *0.8/<1/g' -e 's/< *0.6/<1/g' -i bytestring-show.cabal
+}
+
 build() {
 cd "$srcdir"/bytestring-show-${pkgver}
 
-# update outdated dependency
-sed -e 's/build-depends: integer-gmp >= 0.2 && < 0.5/build-depends: 
integer-gmp >= 0.2 \&\& < 0.6/' \
--e 's/binary < 0.8/binary < 0.9/' \
--i bytestring-show.cabal
-
 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


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

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

upgpkg: haskell-bytestring-show 0.3.5.6-14

rebuild with ghc 8.4.3

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 15:45:29 UTC (rev 336197)
+++ PKGBUILD2018-06-01 15:46:10 UTC (rev 336198)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=13
+pkgrel=14
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

2018-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 18, 2018 @ 04:53:07
  Author: felixonmars
Revision: 324122

upgpkg: haskell-bytestring-show 0.3.5.6-13

rebuild with ghc 8.4.2

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 04:52:28 UTC (rev 324121)
+++ PKGBUILD2018-05-18 04:53:07 UTC (rev 324122)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=12
+pkgrel=13
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

2017-11-25 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 05:24:17
  Author: felixonmars
Revision: 268549

upgpkg: haskell-bytestring-show 0.3.5.6-12

rebuild with ghc 8.2.2

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 05:23:39 UTC (rev 268548)
+++ PKGBUILD2017-11-26 05:24:17 UTC (rev 268549)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=11
+pkgrel=12
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

2017-09-22 Thread Felix Yan
Date: Friday, September 22, 2017 @ 17:29:55
  Author: felixonmars
Revision: 259656

upgpkg: haskell-bytestring-show 0.3.5.6-11

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 17:29:19 UTC (rev 259655)
+++ PKGBUILD2017-09-22 17:29:55 UTC (rev 259656)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=10
+pkgrel=11
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz";)
-sha256sums=('29242efd16951ebba888218c469a99ff25b19ab74ee1e0d7b4db09b8800a0812')
+sha512sums=('f59a041e30ec3b3eb9f971968606685ba5968dafc44d92ed50c9f7f124b891f48fc6612fdfc1a57f702e76e41f70c647e81c1919ab7fee194db9d97ddd73dd10')
 
 build() {
 cd "$srcdir"/bytestring-show-${pkgver}
@@ -21,7 +21,7 @@
 -e 's/binary < 0.8/binary < 0.9/' \
 -i bytestring-show.cabal
 
-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
@@ -39,7 +39,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-bytestring-show/trunk (PKGBUILD)

2017-08-14 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 04:26:46
  Author: felixonmars
Revision: 250485

upgpkg: haskell-bytestring-show 0.3.5.6-10

GHC 8.2.1 rebuild

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 04:23:55 UTC (rev 250484)
+++ PKGBUILD2017-08-15 04:26:46 UTC (rev 250485)
@@ -3,12 +3,13 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=9
+pkgrel=10
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')
 arch=('i686' 'x86_64')
-depends=("ghc")
+depends=('ghc-libs')
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz";)
 sha256sums=('29242efd16951ebba888218c469a99ff25b19ab74ee1e0d7b4db09b8800a0812')
 
@@ -22,9 +23,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,11 +33,9 @@
 
 package() {
 cd "${srcdir}/bytestring-show-${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/bytestring-show"
 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-bytestring-show/trunk (PKGBUILD)

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 14:55:50
  Author: felixonmars
Revision: 237671

upgpkg: haskell-bytestring-show 0.3.5.6-9

rebuild with ghc,8.0.2

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

--+
 PKGBUILD |   52 +++-
 1 file changed, 27 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 14:51:59 UTC (rev 237670)
+++ PKGBUILD2017-06-16 14:55:50 UTC (rev 237671)
@@ -3,9 +3,9 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=8
+pkgrel=9
 pkgdesc="Efficient conversion of values into readable byte strings."
-url="http://hackage.haskell.org/package/bytestring-show";
+url="https://hackage.haskell.org/package/bytestring-show";
 license=('BSD')
 arch=('i686' 'x86_64')
 depends=("ghc")
@@ -13,33 +13,35 @@
 sha256sums=('29242efd16951ebba888218c469a99ff25b19ab74ee1e0d7b4db09b8800a0812')
 
 build() {
-  cd "$srcdir"/bytestring-show-${pkgver}
+cd "$srcdir"/bytestring-show-${pkgver}
 
-  # update outdated dependency
-  sed -e 's/build-depends: integer-gmp >= 0.2 && < 0.5/build-depends: 
integer-gmp >= 0.2 \&\& < 0.6/' \
-  -e 's/binary < 0.8/binary < 0.9/' \
-  -i bytestring-show.cabal
+# update outdated dependency
+sed -e 's/build-depends: integer-gmp >= 0.2 && < 0.5/build-depends: 
integer-gmp >= 0.2 \&\& < 0.6/' \
+-e 's/binary < 0.8/binary < 0.9/' \
+-i bytestring-show.cabal
 
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-   --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-   --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
 package() {
-  depends=("ghc=`pacman -Q ghc | cut -f2 -d\ |cut -f1 -d-`")
+cd "${srcdir}/bytestring-show-${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/bytestring-show"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
 
-  cd "$srcdir"/bytestring-show-${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/bytestring-show
-  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-bytestring-show/trunk (PKGBUILD)

2016-11-14 Thread Sergej Pupykin
Date: Monday, November 14, 2016 @ 15:53:45
  Author: spupykin
Revision: 195729

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 15:51:11 UTC (rev 195728)
+++ PKGBUILD2016-11-14 15:53:45 UTC (rev 195729)
@@ -9,8 +9,8 @@
 license=('BSD')
 arch=('i686' 'x86_64')
 depends=("ghc")
-source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz";)
-md5sums=('c9041eed86a52e17e6b53a415967f7cb')
+source=("https://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz";)
+sha256sums=('29242efd16951ebba888218c469a99ff25b19ab74ee1e0d7b4db09b8800a0812')
 
 build() {
   cd "$srcdir"/bytestring-show-${pkgver}


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

2015-12-10 Thread Evangelos Foutras
Date: Thursday, December 10, 2015 @ 16:24:16
  Author: foutrelis
Revision: 152233

GHC 7.10.3 rebuild

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 15:23:59 UTC (rev 152232)
+++ PKGBUILD2015-12-10 15:24:16 UTC (rev 152233)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="http://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

2015-10-06 Thread Evangelos Foutras
Date: Wednesday, October 7, 2015 @ 02:13:38
  Author: foutrelis
Revision: 143090

GHC 7.10.2 rebuild

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-07 00:12:26 UTC (rev 143089)
+++ PKGBUILD2015-10-07 00:13:38 UTC (rev 143090)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=5
+pkgrel=6
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="http://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

2015-09-10 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 22:15:40
  Author: foutrelis
Revision: 139820

ncurses 6.0 rebuild.

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-10 20:14:18 UTC (rev 139819)
+++ PKGBUILD2015-09-10 20:15:40 UTC (rev 139820)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=4
+pkgrel=5
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="http://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

2015-03-30 Thread Sergej Pupykin
Date: Monday, March 30, 2015 @ 13:20:34
  Author: spupykin
Revision: 130252

upgpkg: haskell-bytestring-show 0.3.5.6-4

upd

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-30 10:56:56 UTC (rev 130251)
+++ PKGBUILD2015-03-30 11:20:34 UTC (rev 130252)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="http://hackage.haskell.org/package/bytestring-show";
 license=('BSD')


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

2014-12-26 Thread Jelle van der Waa
Date: Friday, December 26, 2014 @ 12:34:21
  Author: jelle
Revision: 124630

upgpkg: haskell-bytestring-show 0.3.5.6-3

ghc 7.8.4 rebuild

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-26 11:30:39 UTC (rev 124629)
+++ PKGBUILD2014-12-26 11:34:21 UTC (rev 124630)
@@ -3,10 +3,10 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="http://hackage.haskell.org/package/bytestring-show";
-license=("BSD3")
+license=('BSD')
 arch=('i686' 'x86_64')
 depends=("ghc")
 options=('staticlibs')


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

2014-07-11 Thread Jelle van der Waa
Date: Friday, July 11, 2014 @ 22:52:57
  Author: jelle
Revision: 115507

upgpkg: haskell-bytestring-show 0.3.5.6-2

ghc 7.8.3 rebuild

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-11 20:48:44 UTC (rev 115506)
+++ PKGBUILD2014-07-11 20:52:57 UTC (rev 115507)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="http://hackage.haskell.org/package/bytestring-show";
 license=("BSD3")



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

2014-04-18 Thread Felix Yan
Date: Saturday, April 19, 2014 @ 08:13:55
  Author: fyan
Revision: 109830

upgpkg: haskell-bytestring-show 0.3.5.6-1

- ghc 7.8.2 rebuild (take 2)

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-19 06:03:07 UTC (rev 109829)
+++ PKGBUILD2014-04-19 06:13:55 UTC (rev 109830)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=haskell-bytestring-show
-pkgver=0.3.5.5
+pkgver=0.3.5.6
 pkgrel=1
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="http://hackage.haskell.org/package/bytestring-show";
@@ -12,7 +12,7 @@
 options=('staticlibs')
 install="${pkgname}.install"
 
source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz";)
-md5sums=('7ed08495da103ecc17b90dce70d1ca39')
+md5sums=('c9041eed86a52e17e6b53a415967f7cb')
 
 build() {
   cd ${srcdir}/bytestring-show-${pkgver}



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

2013-12-04 Thread Sergej Pupykin
Date: Wednesday, December 4, 2013 @ 15:18:28
  Author: spupykin
Revision: 102052

upgpkg: haskell-bytestring-show 0.3.5.5-1

upd

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 14:18:24 UTC (rev 102051)
+++ PKGBUILD2013-12-04 14:18:28 UTC (rev 102052)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=haskell-bytestring-show
-pkgver=0.3.5.4
-pkgrel=6
+pkgver=0.3.5.5
+pkgrel=1
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="http://hackage.haskell.org/package/bytestring-show";
 license=("BSD3")
@@ -12,7 +12,7 @@
 options=('staticlibs')
 install="${pkgname}.install"
 
source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz";)
-md5sums=('2a4ab243c4b6fffed1fc663975a9ec6d')
+md5sums=('7ed08495da103ecc17b90dce70d1ca39')
 
 build() {
   cd ${srcdir}/bytestring-show-${pkgver}



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

2013-11-06 Thread Sergej Pupykin
Date: Wednesday, November 6, 2013 @ 14:22:07
  Author: spupykin
Revision: 100601

upgpkg: haskell-bytestring-show 0.3.5.4-6

upd

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-06 13:21:19 UTC (rev 100600)
+++ PKGBUILD2013-11-06 13:22:07 UTC (rev 100601)
@@ -3,12 +3,13 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="http://hackage.haskell.org/package/bytestring-show";
 license=("BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc")
+options=('staticlibs')
 install="${pkgname}.install"
 
source=("http://hackage.haskell.org/packages/archive/bytestring-show/${pkgver}/bytestring-show-${pkgver}.tar.gz";)
 md5sums=('2a4ab243c4b6fffed1fc663975a9ec6d')



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

2013-11-05 Thread Sergej Pupykin
Date: Tuesday, November 5, 2013 @ 11:55:03
  Author: spupykin
Revision: 100507

upgpkg: haskell-bytestring-show 0.3.5.4-5

upd

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 10:47:16 UTC (rev 100506)
+++ PKGBUILD2013-11-05 10:55:03 UTC (rev 100507)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="http://hackage.haskell.org/package/bytestring-show";
 license=("BSD3")



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

2013-04-24 Thread Sergej Pupykin
Date: Wednesday, April 24, 2013 @ 16:22:23
  Author: spupykin
Revision: 88870

upgpkg: haskell-bytestring-show 0.3.5.4-4

upd

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-24 14:22:19 UTC (rev 88869)
+++ PKGBUILD2013-04-24 14:22:23 UTC (rev 88870)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="http://hackage.haskell.org/package/bytestring-show";
 license=("BSD3")



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

2013-02-01 Thread Sergej Pupykin
Date: Friday, February 1, 2013 @ 12:42:53
  Author: spupykin
Revision: 83455

upgpkg: haskell-bytestring-show 0.3.5.4-3

upd

Modified:
  haskell-bytestring-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-01 11:42:49 UTC (rev 83454)
+++ PKGBUILD2013-02-01 11:42:53 UTC (rev 83455)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-bytestring-show
 pkgver=0.3.5.4
-pkgrel=1
+pkgrel=3
 pkgdesc="Efficient conversion of values into readable byte strings."
 url="http://hackage.haskell.org/package/bytestring-show";
 license=("BSD3")