[arch-commits] Commit in haskell-either/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 17 07:58:48 UTC 2018
Date: Thursday, May 17, 2018 @ 07:58:47
Author: felixonmars
Revision: 323430
upgpkg: haskell-either 5-41
rebuild with ghc 8.4.2
Modified:
haskell-either/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-17 07:57:55 UTC (rev 323429)
+++ PKGBUILD 2018-05-17 07:58:47 UTC (rev 323430)
@@ -5,12 +5,12 @@
_hkgname=either
pkgname=haskell-either
pkgver=5
-pkgrel=40
+pkgrel=41
pkgdesc="An either monad transformer"
url="https://github.com/ekmett/either/"
license=("custom:BSD3")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-bifunctors' 'haskell-mtl' 'haskell-profunctors' 'haskell-semigroups'
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-profunctors' 'haskell-semigroups'
'haskell-semigroupoids')
makedepends=('ghc' 'haskell-hedgehog')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
More information about the arch-commits
mailing list