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

Felix Yan felixonmars at archlinux.org
Thu Jul 5 13:19:20 UTC 2018


    Date: Thursday, July 5, 2018 @ 13:19:20
  Author: felixonmars
Revision: 352719

upgpkg: haskell-free 5.1-1

rebuild with free 5.1

Modified:
  haskell-free/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-05 13:16:59 UTC (rev 352718)
+++ PKGBUILD	2018-07-05 13:19:20 UTC (rev 352719)
@@ -4,24 +4,18 @@
 
 _hkgname=free
 pkgname=haskell-free
-pkgver=5.0.2
-pkgrel=20
+pkgver=5.1
+pkgrel=1
 pkgdesc="Monads for free"
 url="https://github.com/ekmett/free/"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-bifunctors' 'haskell-comonad' 'haskell-distributive'
-         'haskell-exceptions' 'haskell-profunctors' 'haskell-semigroupoids'
-         'haskell-transformers-base' 'haskell-transformers-compat')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-distributive' 'haskell-exceptions'
+         'haskell-profunctors' 'haskell-semigroupoids' 'haskell-transformers-base')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('baf6472a682e3c8196d992fa0e05187b976ea14f46b9854f3a187b4b07080c13c8b2f38e9dc3962abc033b4a8c747273670b8494c6c5e686b9b76ed970a4f7b1')
+sha512sums=('be435aa2adb76b9ce4802daa036bfc428366d17bb2bb6ab3239be9c826cea433ad28e81986b9787bf181ee98090e48cd4b580a9c5652d8f28530c14f65ed7788')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i '/semigroups/d' $_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list