Date: Thursday, May 17, 2018 @ 18:11:41
  Author: felixonmars
Revision: 323961

upgpkg: haskell-pointed 5.0.1-17

rebuild with ghc 8.4.2

Modified:
  haskell-pointed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-05-17 18:09:35 UTC (rev 323960)
+++ PKGBUILD    2018-05-17 18:11:41 UTC (rev 323961)
@@ -5,13 +5,13 @@
 _hkgname=pointed
 pkgname=haskell-pointed
 pkgver=5.0.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Pointed and copointed data"
 url="https://github.com/ekmett/pointed/";
 license=("custom:BSD3")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-comonad' 'haskell-data-default-class' 
'haskell-hashable'
-         'haskell-kan-extensions' 'haskell-semigroupoids' 'haskell-semigroups' 
'haskell-stm'
+         'haskell-kan-extensions' 'haskell-semigroupoids' 'haskell-semigroups'
          'haskell-tagged' 'haskell-transformers-compat' 
'haskell-unordered-containers')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)

Reply via email to