[arch-commits] Commit in haskell-hspec-expectations-lifted/repos (2 files)

2020-12-28 Thread Felix Yan via arch-commits
Date: Tuesday, December 29, 2020 @ 00:47:56
  Author: felixonmars
Revision: 796305

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD
(from rev 796304, haskell-hspec-expectations-lifted/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: 
haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD (from 
rev 796304, haskell-hspec-expectations-lifted/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-29 00:47:56 UTC (rev 796305)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations-lifted
+pkgname=haskell-hspec-expectations-lifted
+pkgver=0.10.0
+pkgrel=13
+pkgdesc="A version of hspec-expectations generalized to MonadIO"
+url="https://github.com/hspec/hspec-expectations-lifted;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  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 -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-expectations-lifted/repos (2 files)

2020-12-27 Thread Felix Yan via arch-commits
Date: Monday, December 28, 2020 @ 01:03:28
  Author: felixonmars
Revision: 794194

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD
(from rev 794193, haskell-hspec-expectations-lifted/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: 
haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD (from 
rev 794193, haskell-hspec-expectations-lifted/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-28 01:03:28 UTC (rev 794194)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations-lifted
+pkgname=haskell-hspec-expectations-lifted
+pkgver=0.10.0
+pkgrel=12
+pkgdesc="A version of hspec-expectations generalized to MonadIO"
+url="https://github.com/hspec/hspec-expectations-lifted;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  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 -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-expectations-lifted/repos (2 files)

2020-12-25 Thread Felix Yan via arch-commits
Date: Saturday, December 26, 2020 @ 03:09:10
  Author: felixonmars
Revision: 791722

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD
(from rev 791721, haskell-hspec-expectations-lifted/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: 
haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD (from 
rev 791721, haskell-hspec-expectations-lifted/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-26 03:09:10 UTC (rev 791722)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations-lifted
+pkgname=haskell-hspec-expectations-lifted
+pkgver=0.10.0
+pkgrel=11
+pkgdesc="A version of hspec-expectations generalized to MonadIO"
+url="https://github.com/hspec/hspec-expectations-lifted;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  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 -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-expectations-lifted/repos (2 files)

2020-12-24 Thread Felix Yan via arch-commits
Date: Friday, December 25, 2020 @ 02:33:11
  Author: felixonmars
Revision: 789458

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD
(from rev 789457, haskell-hspec-expectations-lifted/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: 
haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD (from 
rev 789457, haskell-hspec-expectations-lifted/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-25 02:33:11 UTC (rev 789458)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations-lifted
+pkgname=haskell-hspec-expectations-lifted
+pkgver=0.10.0
+pkgrel=10
+pkgdesc="A version of hspec-expectations generalized to MonadIO"
+url="https://github.com/hspec/hspec-expectations-lifted;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  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 -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-expectations-lifted/repos (2 files)

2020-12-23 Thread Felix Yan via arch-commits
Date: Thursday, December 24, 2020 @ 05:43:47
  Author: felixonmars
Revision: 786482

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD
(from rev 786481, haskell-hspec-expectations-lifted/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: 
haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD (from 
rev 786481, haskell-hspec-expectations-lifted/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-24 05:43:47 UTC (rev 786482)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations-lifted
+pkgname=haskell-hspec-expectations-lifted
+pkgver=0.10.0
+pkgrel=9
+pkgdesc="A version of hspec-expectations generalized to MonadIO"
+url="https://github.com/hspec/hspec-expectations-lifted;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  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 -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-expectations-lifted/repos (2 files)

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

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD
(from rev 783464, haskell-hspec-expectations-lifted/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: 
haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD (from 
rev 783464, haskell-hspec-expectations-lifted/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-23 03:12:54 UTC (rev 783465)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations-lifted
+pkgname=haskell-hspec-expectations-lifted
+pkgver=0.10.0
+pkgrel=8
+pkgdesc="A version of hspec-expectations generalized to MonadIO"
+url="https://github.com/hspec/hspec-expectations-lifted;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  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 -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-expectations-lifted/repos (2 files)

2020-12-20 Thread Felix Yan via arch-commits
Date: Sunday, December 20, 2020 @ 08:40:30
  Author: felixonmars
Revision: 780208

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD
(from rev 780207, haskell-hspec-expectations-lifted/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: 
haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD (from 
rev 780207, haskell-hspec-expectations-lifted/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-20 08:40:30 UTC (rev 780208)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations-lifted
+pkgname=haskell-hspec-expectations-lifted
+pkgver=0.10.0
+pkgrel=7
+pkgdesc="A version of hspec-expectations generalized to MonadIO"
+url="https://github.com/hspec/hspec-expectations-lifted;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  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 -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-expectations-lifted/repos (2 files)

2020-12-17 Thread Felix Yan via arch-commits
Date: Thursday, December 17, 2020 @ 22:12:15
  Author: felixonmars
Revision: 778183

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD
(from rev 778182, haskell-hspec-expectations-lifted/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: 
haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD (from 
rev 778182, haskell-hspec-expectations-lifted/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-17 22:12:15 UTC (rev 778183)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations-lifted
+pkgname=haskell-hspec-expectations-lifted
+pkgver=0.10.0
+pkgrel=6
+pkgdesc="A version of hspec-expectations generalized to MonadIO"
+url="https://github.com/hspec/hspec-expectations-lifted;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  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 -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-expectations-lifted/repos (2 files)

2020-12-13 Thread Felix Yan via arch-commits
Date: Sunday, December 13, 2020 @ 12:24:45
  Author: felixonmars
Revision: 774126

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD
(from rev 774125, haskell-hspec-expectations-lifted/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: 
haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD (from 
rev 774125, haskell-hspec-expectations-lifted/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-13 12:24:45 UTC (rev 774126)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations-lifted
+pkgname=haskell-hspec-expectations-lifted
+pkgver=0.10.0
+pkgrel=5
+pkgdesc="A version of hspec-expectations generalized to MonadIO"
+url="https://github.com/hspec/hspec-expectations-lifted;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  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 -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-expectations-lifted/repos (2 files)

2020-11-28 Thread Felix Yan via arch-commits
Date: Saturday, November 28, 2020 @ 19:03:52
  Author: felixonmars
Revision: 765451

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD
(from rev 765450, haskell-hspec-expectations-lifted/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: 
haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD (from 
rev 765450, haskell-hspec-expectations-lifted/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-28 19:03:52 UTC (rev 765451)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations-lifted
+pkgname=haskell-hspec-expectations-lifted
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="A version of hspec-expectations generalized to MonadIO"
+url="https://github.com/hspec/hspec-expectations-lifted;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  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 -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-expectations-lifted/repos (2 files)

2020-11-22 Thread Felix Yan via arch-commits
Date: Sunday, November 22, 2020 @ 13:33:53
  Author: felixonmars
Revision: 759069

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD
(from rev 759068, haskell-hspec-expectations-lifted/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: 
haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD (from 
rev 759068, haskell-hspec-expectations-lifted/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-22 13:33:53 UTC (rev 759069)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations-lifted
+pkgname=haskell-hspec-expectations-lifted
+pkgver=0.10.0
+pkgrel=3
+pkgdesc="A version of hspec-expectations generalized to MonadIO"
+url="https://github.com/hspec/hspec-expectations-lifted;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  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 -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-expectations-lifted/repos (2 files)

2020-11-16 Thread Felix Yan via arch-commits
Date: Tuesday, November 17, 2020 @ 07:43:04
  Author: felixonmars
Revision: 756066

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/
  haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD
(from rev 756065, haskell-hspec-expectations-lifted/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: 
haskell-hspec-expectations-lifted/repos/community-staging-x86_64/PKGBUILD (from 
rev 756065, haskell-hspec-expectations-lifted/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-17 07:43:04 UTC (rev 756066)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations-lifted
+pkgname=haskell-hspec-expectations-lifted
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="A version of hspec-expectations generalized to MonadIO"
+url="https://github.com/hspec/hspec-expectations-lifted;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  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
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  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 -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-hspec-expectations-lifted/repos (2 files)

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 20:28:55
  Author: felixonmars
Revision: 748213

archrelease: copy trunk to community-x86_64

Added:
  haskell-hspec-expectations-lifted/repos/community-x86_64/
  haskell-hspec-expectations-lifted/repos/community-x86_64/PKGBUILD
(from rev 748212, haskell-hspec-expectations-lifted/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: haskell-hspec-expectations-lifted/repos/community-x86_64/PKGBUILD (from 
rev 748212, haskell-hspec-expectations-lifted/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-11-09 20:28:55 UTC (rev 748213)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-expectations-lifted
+pkgname=haskell-hspec-expectations-lifted
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="A version of hspec-expectations generalized to MonadIO"
+url="https://github.com/hspec/hspec-expectations-lifted;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build
+  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() {
+  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 -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}