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

Felix Yan fyan at archlinux.org
Sun Jan 17 03:53:41 UTC 2016


    Date: Sunday, January 17, 2016 @ 04:53:40
  Author: fyan
Revision: 157046

upgpkg: haskell-profunctors 5.2-1

Modified:
  haskell-profunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-17 03:50:23 UTC (rev 157045)
+++ PKGBUILD	2016-01-17 03:53:40 UTC (rev 157046)
@@ -4,18 +4,18 @@
 
 _hkgname=profunctors
 pkgname=haskell-profunctors
-pkgver=5.1.2
-pkgrel=2
+pkgver=5.2
+pkgrel=1
 pkgdesc="Profunctors"
 url="http://github.com/ekmett/profunctors/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-bifunctors" "haskell-comonad" "haskell-contravariant"
-         "haskell-distributive" "haskell-tagged")
+depends=("ghc=7.10.3" "haskell-base-orphans" "haskell-bifunctors" "haskell-comonad"
+         "haskell-contravariant" "haskell-distributive" "haskell-tagged")
 options=('staticlibs')
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 install="${pkgname}.install"
-sha256sums=('e0cc9129a4c1d2027cdada0a4cd26e540666a929ebe4e17ce5e2cec02d589682')
+sha256sums=('87a7e25c4745ea8ff479dd1212ec2e57710abb3d3dd30f948fa16be1d3ee05a4')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list