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

Felix Yan felixonmars at archlinux.org
Wed Jul 4 14:55:28 UTC 2018


    Date: Wednesday, July 4, 2018 @ 14:55:28
  Author: felixonmars
Revision: 351792

upgpkg: haskell-either 5.0.1-1

rebuild with either 5.0.1

Modified:
  haskell-either/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-04 14:26:46 UTC (rev 351791)
+++ PKGBUILD	2018-07-04 14:55:28 UTC (rev 351792)
@@ -4,16 +4,16 @@
 
 _hkgname=either
 pkgname=haskell-either
-pkgver=5
-pkgrel=65
+pkgver=5.0.1
+pkgrel=1
 pkgdesc="An either monad transformer"
 url="https://github.com/ekmett/either/"
 license=("custom:BSD3")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-bifunctors' 'haskell-profunctors' 'haskell-semigroupoids')
-makedepends=('ghc' 'haskell-hedgehog')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-test-framework' 'haskell-test-framework-quickcheck2')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('30db0dcbb6631a7facdd6a01a5363a2d0845d9101791d70e42bc8dad77d0a5ec24baceb3be2d7ba68a03a3b9bf68e5d3cc8f132a43d7c5e66cc0b316c657c613')
+sha512sums=('93a4db670cc6da1990be7f09c8d40b17065af57d596a91d4fd91b8783bf851025f579fa3cd4214d477c965753cd32a4bc9df05ecb4cf4f6c16cde8b48d07dcb1')
 
 prepare() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list