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

Felix Yan felixonmars at archlinux.org
Tue Dec 13 10:01:55 UTC 2016


    Date: Tuesday, December 13, 2016 @ 10:01:54
  Author: felixonmars
Revision: 199209

upgpkg: haskell-pipes 4.3.1-1

rebuild with pipes-4.3.1

Modified:
  haskell-pipes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-13 09:46:02 UTC (rev 199208)
+++ PKGBUILD	2016-12-13 10:01:54 UTC (rev 199209)
@@ -4,15 +4,15 @@
 
 _hkgname=pipes
 pkgname=haskell-pipes
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.3.1
+pkgrel=1
 pkgdesc="Compositional pipelines"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-mmorph" "haskell-mtl")
+depends=("ghc=8.0.1" "haskell-exceptions" "haskell-mmorph" "haskell-mtl")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('1e407197e94c3c8642fd2c7b4f8e5a3e537844dff2780c396464a47ae0ec0124')
+sha256sums=('35a6e296e04f992bcda28ffedf1774e23c866b6ac79025f50ee5226bda3fd001')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list