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

Felix Yan felixonmars at archlinux.org
Fri Mar 24 03:33:11 UTC 2017


    Date: Friday, March 24, 2017 @ 03:33:10
  Author: felixonmars
Revision: 218576

upgpkg: haskell-postgresql-binary 0.12.1-1

rebuild with postgresql-binary,0.12.1 hasql,0.19.18

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-24 03:32:24 UTC (rev 218575)
+++ PKGBUILD	2017-03-24 03:33:10 UTC (rev 218576)
@@ -4,21 +4,22 @@
 
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
-pkgver=0.9.3
-pkgrel=5
+pkgver=0.12.1
+pkgrel=1
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-binary-parser" "haskell-aeson" "haskell-uuid" "haskell-scientific"
-         "haskell-text" "haskell-vector" "haskell-loch-th" "haskell-placeholders" "haskell-foldl"
-         "haskell-base-prelude")
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-base-prelude" "haskell-binary-parser"
+         "haskell-bytestring-strict-builder" "haskell-loch-th" "haskell-network-ip"
+         "haskell-placeholders" "haskell-scientific" "haskell-text" "haskell-unordered-containers"
+         "haskell-uuid" "haskell-vector")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('fdc10a4ccc5c6927f39d89450395c5316448b5f4d763c6386d1b056cc9685d04')
+sha512sums=('b4af6c71593f130da0ff6c462682fb570a4bd8108809eeb7a8cca45e2e340fd815dd3a94d72293a60f2072ed16f68bcb25a33009e742eca1383b934c4700f306')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
-    
+
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --libsubdir=\$compiler/site-local/\$pkgid
@@ -32,7 +33,7 @@
 
 package() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
-    
+
     install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
     install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"



More information about the arch-commits mailing list