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

Felix Yan felixonmars at archlinux.org
Wed Aug 28 08:25:26 UTC 2019


    Date: Wednesday, August 28, 2019 @ 08:25:25
  Author: felixonmars
Revision: 503645

upgpkg: haskell-tasty-hedgehog 1.0.0.1-1

rebuild with bifunctors 5.5.5, th-abstraction 0.3.1.0, th-lift 0.8.0.1, th-lift-instances 0.1.14, hedgehog 1.0, tasty-hedgehog 1.0.0.1

Modified:
  haskell-tasty-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-28 08:23:31 UTC (rev 503644)
+++ PKGBUILD	2019-08-28 08:25:25 UTC (rev 503645)
@@ -2,8 +2,8 @@
 
 _hkgname=tasty-hedgehog
 pkgname=haskell-tasty-hedgehog
-pkgver=0.2.0.0
-pkgrel=89
+pkgver=1.0.0.1
+pkgrel=1
 pkgdesc="Integration for tasty and hedgehog"
 url="https://github.com/qfpl/tasty-hedgehog"
 license=('BSD')
@@ -11,13 +11,8 @@
 depends=('ghc-libs' 'haskell-hedgehog' 'haskell-tagged' 'haskell-tasty')
 makedepends=('ghc' 'haskell-tasty-expected-failure')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('ff6eb79e8a1a0d3307b6888fd19fa243591120af3c04ce4318e59846b9165847ebf3162cfca1f80ffbbe532a130235d0a413949c7b2ed0b45838716ded33673b')
+sha512sums=('4f06470f44523c32b67c0815abc028d789c09964332c9b3247ce4a3faddb2f88d5c3f9bb26cb2e7e4dc42f825105b135420c4334fdd96ddad6a367d7163cec95')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e 's/<.*4.11/<5/' -e 's/<.*0.6/<1/' -e 's/<.*1.1/<2/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list