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

Felix Yan felixonmars at archlinux.org
Tue Jul 5 09:41:33 UTC 2016


    Date: Tuesday, July 5, 2016 @ 09:41:33
  Author: felixonmars
Revision: 182292

upgpkg: haskell-mono-traversable 1.0.0-1

rebuild with aeson-compat-0.3.5.0, authenticate-1.3.3.2, chunked-data-0.3.0, conduit-combinators-1.0.4, conduit-extra-1.1.13.2, http-client-0.5.0, http-client-tls-0.3.0, http-conduit-2.2.0, monad-logger-0.3.19, mono-traversable-1.0.0, wai-extra-3.0.15.3, wai-logger-2.3.0, warp-3.2.7

Modified:
  haskell-mono-traversable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-05 09:34:57 UTC (rev 182291)
+++ PKGBUILD	2016-07-05 09:41:33 UTC (rev 182292)
@@ -4,18 +4,16 @@
 
 _hkgname=mono-traversable
 pkgname=haskell-mono-traversable
-pkgver=0.10.2
-pkgrel=11
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="Type classes for mapping, folding, and traversing monomorphic containers"
 url="https://github.com/snoyberg/mono-traversable"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-comonad" "haskell-dlist" "haskell-dlist-instances"
-         "haskell-hashable" "haskell-semigroupoids" "haskell-semigroups"
-         "haskell-split" "haskell-text" "haskell-unordered-containers"
-         "haskell-vector" "haskell-vector-algorithms" "haskell-vector-instances")
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-split" "haskell-text"
+         "haskell-unordered-containers" "haskell-vector" "haskell-vector-algorithms")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('379ee5a7f9fc2a5c4fb11522fe28654d130c044265643122c8b3163e8e0452b8')
+sha256sums=('53ba4d590601f8b1ab376b9eb4b72e451ef131860022f91466b04610ec82e1c8')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list