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

Felix Yan felixonmars at archlinux.org
Tue Mar 26 16:50:43 UTC 2019


    Date: Tuesday, March 26, 2019 @ 16:50:41
  Author: felixonmars
Revision: 443565

upgpkg: haskell-exceptions 0.10.1-1

rebuild with exceptions 0.10.1

Modified:
  haskell-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-26 16:50:35 UTC (rev 443564)
+++ PKGBUILD	2019-03-26 16:50:41 UTC (rev 443565)
@@ -3,8 +3,8 @@
 
 _hkgname=exceptions
 pkgname=haskell-exceptions
-pkgver=0.10.0
-pkgrel=12
+pkgver=0.10.1
+pkgrel=1
 pkgdesc="Extensible optionally-pure exceptions"
 url="https://github.com/ekmett/exceptions/"
 license=("BSD")
@@ -13,13 +13,8 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-test-framework' 'haskell-test-framework-hunit'
              'haskell-test-framework-quickcheck2')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('53fd0929bc73c7024842aee880d5f6c7e884926e0d6f667a63d12ea457451d8a3aaa44755ace2dac3258be127189ae0eeb299b6c974ebafd4fa33b5c8622fabd')
+sha512sums=('12bad78f5355bd8e9f883908841ec587639d80b2081a64534dae3af47a97807149bd6212e720e403f85e5a4228bd107a88644403ae8d9308e78ba4cd74ce82d8')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e 's/< *2.14/<3/' -e 's/< *2.12/<3/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list