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

Felix Yan felixonmars at archlinux.org
Fri Mar 24 03:39:19 UTC 2017


    Date: Friday, March 24, 2017 @ 03:39:18
  Author: felixonmars
Revision: 218580

upgpkg: haskell-hasql 0.19.18-1

rebuild with postgresql-binary,0.12.1 hasql,0.19.18

Modified:
  haskell-hasql/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-24 03:38:13 UTC (rev 218579)
+++ PKGBUILD	2017-03-24 03:39:18 UTC (rev 218580)
@@ -4,24 +4,23 @@
 
 _hkgname=hasql
 pkgname=haskell-hasql
-pkgver=0.19.16
-pkgrel=9
+pkgver=0.19.18
+pkgrel=1
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql"
 license=('MIT')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base-prelude'
-         'haskell-bytestring-tree-builder' 'haskell-contravariant' 'haskell-contravariant-extras'
-         'haskell-data-default-class' 'haskell-dlist' 'haskell-either' 'haskell-hashable'
-         'haskell-hashtables' 'haskell-loch-th' 'haskell-mtl' 'haskell-placeholders'
-         'haskell-postgresql-binary' 'haskell-postgresql-libpq' 'haskell-profunctors'
-         'haskell-scientific' 'haskell-semigroups' 'haskell-text' 'haskell-uuid' 'haskell-vector')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-base-prelude' 'haskell-bytestring-strict-builder'
+         'haskell-contravariant' 'haskell-contravariant-extras' 'haskell-data-default-class'
+         'haskell-dlist' 'haskell-either' 'haskell-hashable' 'haskell-hashtables' 'haskell-loch-th'
+         'haskell-mtl' 'haskell-placeholders' 'haskell-postgresql-binary' 'haskell-postgresql-libpq'
+         'haskell-profunctors' 'haskell-semigroups' 'haskell-text' 'haskell-vector')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('2fc8daab5aa053898743c0b2c1ae18a8')
+sha512sums=('f368ae2e8ae20b60100597f371c613310819f91d0c256859cfa8bee9d478d991505a7184d31d950a886217d2186d2a2604b28920460af1f590a39ab5b687b7f0')
 
 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
@@ -35,7 +34,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