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

Felix Yan felixonmars at archlinux.org
Sat May 19 19:52:03 UTC 2018


    Date: Saturday, May 19, 2018 @ 19:52:02
  Author: felixonmars
Revision: 324855

upgpkg: haskell-aws 0.20-1

rebuild with html-conduit,1.3.0 conduit,1.3.0.2 resourcet,1.2.1 xml-conduit,1.8.0 aws,0.20 http-conduit,2.3.1

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 19:49:38 UTC (rev 324854)
+++ PKGBUILD	2018-05-19 19:52:02 UTC (rev 324855)
@@ -4,8 +4,8 @@
 
 _hkgname=aws
 pkgname=haskell-aws
-pkgver=0.19
-pkgrel=66
+pkgver=0.20
+pkgrel=1
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws"
 license=("custom:BSD3")
@@ -13,17 +13,16 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
          'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-byteable'
          'haskell-case-insensitive' 'haskell-cereal' 'haskell-conduit' 'haskell-conduit-extra'
-         'haskell-cryptonite' 'haskell-data-default' 'haskell-http-conduit' 'haskell-http-types'
-         'haskell-lifted-base' 'haskell-memory' 'haskell-monad-control' 'haskell-mtl'
+         'haskell-cryptonite' 'haskell-data-default' 'haskell-exceptions' 'haskell-http-conduit'
+         'haskell-http-types' 'haskell-lifted-base' 'haskell-memory' 'haskell-monad-control'
          'haskell-network' 'haskell-old-locale' 'haskell-resourcet' 'haskell-safe'
-         'haskell-scientific' 'haskell-tagged' 'haskell-text' 'haskell-unordered-containers'
+         'haskell-scientific' 'haskell-tagged' 'haskell-unordered-containers'
          'haskell-utf8-string' 'haskell-vector' 'haskell-xml-conduit')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-conduit-combinators' 'haskell-errors'
-             'haskell-http-client' 'haskell-http-client-tls' 'haskell-quickcheck-instances'
-             'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck'
-             'haskell-transformers-base')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-errors' 'haskell-http-client'
+             'haskell-http-client-tls' 'haskell-quickcheck-instances' 'haskell-tasty'
+             'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-transformers-base')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('048cd01862d7541dbcd932760f1abc35c5915f0cebcfdbc17cec5b8abc20887c933d3c8a3517912a6fdf03f12e1d466a6ff68b45aefe8d73843fc91192b76c53')
+sha512sums=('b6c9b78c1918fc01057ac3c9f57c98d0d796a228b2efce7f4b8763e6ba86fdad0e29637359a1f2f830adb19cdaade20c4eb08bbe9259bbc79da718771ac5f821')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list