[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Sep 29 09:46:50 UTC 2016


    Date: Thursday, September 29, 2016 @ 09:46:49
  Author: felixonmars
Revision: 190798

upgpkg: haskell-http-api-data 0.3.1-1

rebuild with conduit-1.2.8, conduit-combinators-1.0.8, conduit-extra-1.1.13.3, fast-logger-2.4.7, hOpenPGP-2.5.5, hasql-0.19.15.1, highlighting-kate-0.6.3, hopenpgp-tools-0.19.4, hspec-2.2.4, hspec-core-2.2.4, hspec-discover-2.2.4, http-api-data-0.3.1, http-conduit-2.2.2.1, incremental-parser-0.2.5, monoid-subclasses-0.4.3, pandoc-citeproc-0.10.1.1, streaming-commons-0.1.16, wai-extra-3.0.18, xml-conduit-1.4.0.1, xml-hamlet-0.4.0.12, yaml-0.8.18.7, yesod-core-1.4.25

Modified:
  haskell-http-api-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-29 09:45:36 UTC (rev 190797)
+++ PKGBUILD	2016-09-29 09:46:49 UTC (rev 190798)
@@ -4,16 +4,16 @@
 
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
-pkgver=0.3
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters."
 url="http://github.com/fizruk/http-api-data"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-hashable" "haskell-text" "haskell-time-locale-compat"
-         "haskell-unordered-containers" "haskell-uri-bytestring")
+         "haskell-unordered-containers" "haskell-uri-bytestring" "haskell-uuid-types")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('380de358c67a8c894133e978e025171388e90333f2c5db10cd41f3224a35fd1f')
+sha256sums=('d5ab6897aae064ac8278fff3b4ce3289446990735f71798b4815cf0eb6ad94c7')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list