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

Felix Yan felixonmars at archlinux.org
Fri Dec 18 18:02:55 UTC 2020


    Date: Friday, December 18, 2020 @ 18:02:54
  Author: felixonmars
Revision: 779408

upgpkg: haskell-free 5.1.5-1: rebuild with free 5.1.5

Modified:
  haskell-free/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-18 17:47:05 UTC (rev 779407)
+++ PKGBUILD	2020-12-18 18:02:54 UTC (rev 779408)
@@ -3,17 +3,18 @@
 
 _hkgname=free
 pkgname=haskell-free
-pkgver=5.1.4
-pkgrel=10
+pkgver=5.1.5
+pkgrel=1
 pkgdesc="Monads for free"
 url="https://github.com/ekmett/free/"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-comonad' 'haskell-distributive' 'haskell-profunctors'
-         'haskell-semigroupoids' 'haskell-th-abstraction' 'haskell-transformers-base')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-distributive' 'haskell-indexed-traversable'
+         'haskell-profunctors' 'haskell-semigroupoids' 'haskell-th-abstraction'
+         'haskell-transformers-base')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('fc66c5b72085489ab9b96dc5bbb667ad87e7a0228ead4ed25951d37e29afc076aa89b0a806c977562ebeab95ce337ea77e069c60443eee42487804cbd958f66d')
+sha512sums=('221746c632fa15fe57d391a2e5f6f458bd2cc55b485ccad37e3d7fcc0e8626b4a760b6030bf802b172b515e01c837b1bf943aa3f639e8097bcf5fe2ccfd7fda9')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list