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

Felix Yan felixonmars at archlinux.org
Sun Jan 20 19:44:47 UTC 2019


    Date: Sunday, January 20, 2019 @ 19:44:46
  Author: felixonmars
Revision: 425484

upgpkg: haskell-hspec-core 2.7.0-1

rebuild with QuickCheck 2.12.6.1, servant 0.15, servant-server 0.15, servant-swagger 1.1.7, hspec-discover 2.7.0, hspec-meta 2.6.0, hspec-core 2.7.0

Modified:
  haskell-hspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-20 19:44:13 UTC (rev 425483)
+++ PKGBUILD	2019-01-20 19:44:46 UTC (rev 425484)
@@ -2,8 +2,8 @@
 
 _hkgname=hspec-core
 pkgname=haskell-hspec-core
-pkgver=2.5.5
-pkgrel=11
+pkgver=2.7.0
+pkgrel=1
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/"
 license=('MIT')
@@ -13,13 +13,8 @@
          'haskell-random' 'haskell-setenv' 'haskell-tf-random')
 makedepends=('ghc' 'haskell-hspec-meta' 'haskell-silently' 'haskell-temporary')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('7c73a9cc9425b28c734af08821d14f42a6a9ec527a742b52684027ccc03f3c8c7e817a5dbc9972f7de0c0a302c0956e72008aa79f00c3e8fbdc5384763a0f92c')
+sha512sums=('5bd72e9b743985962f1ee9f1824442410fe900a8e6d742091a8ddc8bb66edb0d51850e488634b76da4156f45991d31bd86f868c834ec18c52097c5cdf6f7f1fa')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i '1i{-# language NoMonadFailDesugaring #-}' test/Test/Hspec/Core/Example/LocationSpec.hs
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list