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

Felix Yan felixonmars at archlinux.org
Thu Jan 31 23:53:34 UTC 2019


    Date: Thursday, January 31, 2019 @ 23:53:34
  Author: felixonmars
Revision: 428955

upgpkg: hoogle 5.0.17.4-2

rebuild with haskell-src-exts 1.21.0, hlint 2.1.14

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-31 23:52:02 UTC (rev 428954)
+++ PKGBUILD	2019-01-31 23:53:34 UTC (rev 428955)
@@ -2,22 +2,23 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hoogle
-pkgver=5.0.17.3
-pkgrel=162
+pkgver=5.0.17.4
+pkgrel=2
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 'haskell-conduit'
-         'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 'haskell-src-exts'
-         'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 'haskell-js-jquery'
-         'haskell-mmap' 'haskell-network' 'haskell-network-uri' 'haskell-old-locale'
-         'haskell-process-extras' 'haskell-resourcet' 'haskell-storable-tuple' 'haskell-tar'
-         'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 'haskell-wai'
-         'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+         'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 'haskell-foundation'
+         'haskell-hashable' 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot'
+         'haskell-js-jquery' 'haskell-mmap' 'haskell-network' 'haskell-network-uri'
+         'haskell-old-locale' 'haskell-process-extras' 'haskell-resourcet' 'haskell-src-exts'
+         'haskell-storable-tuple' 'haskell-tar' 'haskell-uniplate' 'haskell-utf8-string'
+         'haskell-vector' 'haskell-wai' 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls'
+         'haskell-zlib')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('b8113e9dc6f44fbf684edfe6134eb44d55b1ef43afc3cb2051920daaec3e108df6209cfe822a8eeff884360c9b9415f2ab8273e7681e6bbcc1b9c77490370195')
+sha512sums=('0759104012eb66adad372e51d92252ee992b5588ab52619ac51f62aa6c9f913614f980408fe0628a251831fe4c541d62b11955ad2e1c3d1a3566320245eb9ede')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
@@ -24,8 +25,7 @@
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-            -fnetwork-uri
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list